X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fgrub-pxelinux_config;h=d224569041a2426b972b6821fc6a8e16d09de95a;hb=ab72ac2842252c14e8f597f2bf423411f66bf369;hp=b82dab46a555813758ff759982b2fceb1829cd20;hpb=0551db66c16cac4564dfa157e4d492f68c21020d;p=grml-terminalserver.git diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index b82dab4..d224569 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -21,7 +21,7 @@ # default boot arguments used for both grub and pxelinux if [ -e '/live/cow' ]; then default_boot_args_="root=/dev/nfs rw nfsroot=$IP_:$MOUNT_POINT_ \ -boot=live lang=us nomce quiet apm=power-off nodhcp noeject" +boot=live lang=us nomce quiet apm=power-off nodhcp noprompt noeject" else default_boot_args_="ramdisk_size=24000 root=/dev/ram0 rw \ init=/etc/init nfsdir=$IP_:$MOUNT_POINT_ nodhcp noprompt noeject \