Boot terminalnodes with nodhcp again (thx ch for reporting)
[grml-terminalserver.git] / templates / grub-pxelinux_config
index fb35176..b82dab4 100644 (file)
@@ -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"
+boot=live lang=us nomce quiet apm=power-off nodhcp noeject"
 else
     default_boot_args_="ramdisk_size=24000 root=/dev/ram0 rw \
 init=/etc/init nfsdir=$IP_:$MOUNT_POINT_ nodhcp noprompt noeject \