make autodiscover not automatically reboot
authorIan Kelling <iank@fsf.org>
Sun, 2 Sep 2018 23:58:36 +0000 (19:58 -0400)
committerIan Kelling <iank@fsf.org>
Sun, 2 Sep 2018 23:58:36 +0000 (19:58 -0400)
grub.cfg.autodiscover

index b1516bb27446b76d775eb8c869b79d9469728065..1e7ce439d3ffe1f2bd578b26596620c5716bf233 100644 (file)
@@ -66,7 +66,7 @@ menuentry "Autodiscover the FAI server" {
 # args are copied from myfai-chboot-local
 menuentry "FAI server via dns" {
     set gfxpayload=$resolution
-    linux   /boot/vmlinuz FAI_FLAGS=verbose,sshd,createvt,reboot FAI_CONFIG_SRC=nfs://faiserver/srv/fai/config root=/dev/nfs rw nfsroot=faiserver:/srv/fai/nfsroot,vers=3,nolock aufs rootovl ip=dhcp FAI_FLAGS=verbose,sshd,createvt,reboot
+    linux   /boot/vmlinuz FAI_FLAGS=verbose,sshd,createvt FAI_CONFIG_SRC=nfs://faiserver/srv/fai/config root=/dev/nfs rw nfsroot=faiserver:/srv/fai/nfsroot,vers=3,nolock aufs rootovl ip=dhcp FAI_FLAGS=verbose,sshd,createvt
     initrd  /boot/initrd.img
 }