Apply patch-bomb by ft, thanks a lot
[grml-terminalserver.git] / templates / grub-pxelinux_config
index 9ae04f9..249fbbf 100644 (file)
@@ -21,7 +21,7 @@
 # default boot arguments used for both grub and pxelinux
 default_boot_args_="ramdisk_size=24000 root=/dev/ram0 rw \
 init=/etc/init nfsdir=$IP_:$MOUNT_POINT_ nodhcp noprompt noeject \
-apm=power-off nomce"
+apm=power-off nomce lang=us"
 
 # special boot arguments required by grub
 grub_def_boot_args_="/linux26 $default_boot_args_"
@@ -119,7 +119,7 @@ KERNEL linux26
 APPEND $pxe_def_boot_args_ $no_fb_args_
 LABEL memtest
 KERNEL memtest
-APPEND initrd=
+APPEND fix
 
 EOT