From: Ian Kelling Date: Sun, 2 Sep 2018 23:58:36 +0000 (-0400) Subject: make autodiscover not automatically reboot X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=commitdiff_plain;h=c992f0c63e79ea31154671410b51213e4624422c make autodiscover not automatically reboot --- diff --git a/grub.cfg.autodiscover b/grub.cfg.autodiscover index b1516bb..1e7ce43 100644 --- a/grub.cfg.autodiscover +++ b/grub.cfg.autodiscover @@ -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 }