X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fgrub-pxelinux_config;h=249fbbf5e1ea72407d66e26c8739a9a963694e92;hb=045692aaea121f32b8a3430b154b52016e5befef;hp=9ae04f98e491d0cd01f4b3b034af21ab692a8064;hpb=2638c3a270deeed06bfe6938922d113338b6efa0;p=grml-terminalserver.git diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index 9ae04f9..249fbbf 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -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