diff options
author | Jeka Der <jekader@gmail.com> | 2014-10-12 20:04:07 +0200 |
---|---|---|
committer | Jeka Der <jekader@gmail.com> | 2014-10-12 20:04:07 +0200 |
commit | a0dc684be00861713f3afacca29156c3cbd12477 (patch) | |
tree | d357ce66cc772ad750d72e4ed040a5cd183bdcb3 | |
parent | ed13a59665f6c2ebdff6c18251ffa661c2367eb4 (diff) | |
download | fake_ilo-a0dc684be00861713f3afacca29156c3cbd12477.tar.gz |
README styling
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -33,8 +33,11 @@ a) as .deb file: 2. fetch the source and build the package: `$ git clone https://github.com/jekader/fake_ilo.git` + `$ tar -cjf fake-ilo_0.0.1.orig.tar.bz2 fake_ilo/` + `$ cd fake_ilo` + `$ debuild -us -uc` 3. install the resulting .deb @@ -48,8 +51,11 @@ b) manually: 2. fetch the source and build the package: `$ git clone https://github.com/jekader/fake_ilo.git` + `$ cd fake_ilo` + `$ make` + `$ sudo make install` ENABLE: @@ -87,7 +93,7 @@ To test the script, install the fence agent (should be installed on oVirt nodes On the libvirt host run fake_ilo in foreground: - `# /usr/local/bin/ilo.py` + `# /usr/bin/ilo.py` Test the fence agent manually: |