From 0b167d35e3e6e346eb62b46d51f0b2e8f6d50a5e Mon Sep 17 00:00:00 2001 From: mad Date: Fri, 9 Nov 2018 11:45:14 +0000 Subject: [PATCH] Update page 'Installation' --- Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation.md b/Installation.md index a020132..c8ad6cb 100644 --- a/Installation.md +++ b/Installation.md @@ -63,6 +63,12 @@ Now edit /etc/nlvmi/nlvmi.conf and set the IP of the masterserver and the local You also need to copy /etc/nlvmi/nlvmi_sign.crt from the master server to the node. 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 )` 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.