Commit ef9e8dd7 authored by Vivien Alger's avatar Vivien Alger

Corrected Readme

parent 90558870
...@@ -25,7 +25,7 @@ software release ...@@ -25,7 +25,7 @@ software release
:: ::
myawesomekvm = request( myawesomekvm = request(
software_release="/path_to_your_slapos_repository(or url)/software/manual_kvm/development.cfg", software_release="http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/manual-kvm:/software/manual_kvm/development.cfg",
partition_reference="My awesome KVM", partition_reference="My awesome KVM",
partition_parameter_kw={ partition_parameter_kw={
"nbd-host":"ubuntu-1204.nbd.vifib.net", "nbd-host":"ubuntu-1204.nbd.vifib.net",
...@@ -36,12 +36,13 @@ software release ...@@ -36,12 +36,13 @@ software release
See the instance-kvm-input-schema.json file for more instance parameters (cpu-count, ram-size, disk-size, etc). See the instance-kvm-input-schema.json file for more instance parameters (cpu-count, ram-size, disk-size, etc).
Once requested your instance shall appear on slapos.org in the "My services" section. Once requested your instance shall appear on slapos.org in the "My services" section.
The nbd-host parameter will be used only when the instance is started with SlapOS generated script
Starting your instance Starting your instance
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
All the scripts generated by SlapOS can be found in /instance_home/etc/scripts. All the scripts generated by SlapOS can be found in ~/etc/scripts.
If you want to start your instance without those, you can access the binaries If you want to start your instance without those, you can access the binaries
through the /instance_home/software_release/bin directory. through the ~/software_release/parts directory.
SlapOS will only start the ssh server, everything else is up to you. SlapOS will only start the ssh server, everything else is up to you.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment