X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fgrub-pxelinux_config;h=249fbbf5e1ea72407d66e26c8739a9a963694e92;hb=045692aaea121f32b8a3430b154b52016e5befef;hp=c2427053e3fbb962ebc7d727f3234d2af674ce24;hpb=9eb109d1329ead397a77bfa8448b7a293e08421a;p=grml-terminalserver.git diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index c242705..249fbbf 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -1,5 +1,3 @@ -#!/bin/sh i like colors :) -# # the following variables are available in the template: # # $INTERFACE_ (interface for the terminalserver) @@ -21,9 +19,9 @@ # default boot arguments used for both grub and pxelinux -default_boot_args_="ramdisk_size=16384 root=/dev/ram0 rw \ +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_" @@ -121,7 +119,7 @@ KERNEL linux26 APPEND $pxe_def_boot_args_ $no_fb_args_ LABEL memtest KERNEL memtest -APPEND initrd= +APPEND fix EOT