Update page 'Installation'
parent
0b167d35e3
commit
b0795df272
|
@ -64,11 +64,9 @@ You also need to copy /etc/nlvmi/nlvmi_sign.crt from the master server to the no
|
|||
You should also add the generated ssh key from the masters /home/nlvmi/.ssh/id_rsa.pub to the nodes /home/nlvmi/.ssh/authorized_keys.
|
||||
|
||||
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
|
||||
crontab -e
|
||||
```
|
||||
And add this line:`@reboot ( sleep 10s; /usr/bin/nlvmi autostart )`
|
||||
```su nlvmi```<br/>
|
||||
```crontab -e```<br/>
|
||||
And add this line:```@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.
|
||||
During the definition of a vm, you will need the bridge name.
|
||||
|
|
Loading…
Reference in New Issue