Update page 'Installation'

mad 2018-11-09 11:46:34 +00:00
parent b0795df272
commit cc3d77c415
1 changed files with 2 additions and 1 deletions

@ -66,7 +66,8 @@ You should also add the generated ssh key from the masters /home/nlvmi/.ssh/id_r
If you'd like to autostart some VMs with a boot of the host, you will currently need a cron entry, as there are no initscripts as of now. If you'd like to autostart some VMs with a boot of the host, you will currently need a cron entry, as there are no initscripts as of now.
```su nlvmi```<br/> ```su nlvmi```<br/>
```crontab -e```<br/> ```crontab -e```<br/>
And add this line:```@reboot ( sleep 10s; /usr/bin/nlvmi autostart )``` And add this line:<br/>
```@reboot ( sleep 10s; /usr/bin/nlvmi autostart )```
You should also set up some network bridges manually on the host. Please consult your distros documentation on how to do that on your system. You should also set up some network bridges manually on the host. Please consult your distros documentation on how to do that on your system.
During the definition of a vm, you will need the bridge name. During the definition of a vm, you will need the bridge name.