X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fgrub-pxelinux_config;h=9ae04f98e491d0cd01f4b3b034af21ab692a8064;hb=2638c3a270deeed06bfe6938922d113338b6efa0;hp=aa6d5ca5138c67eef95a88be5d0150cda7c31aa9;hpb=0696e9c985b9324d559845aa67642c7dcb020d54;p=grml-terminalserver.git diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index aa6d5ca..9ae04f9 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,7 +19,7 @@ # 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" @@ -32,8 +30,8 @@ grub_def_boot_args_="/linux26 $default_boot_args_" pxe_def_boot_args_="$default_boot_args_ initrd=minirt26.gz" # default arguments for framebuffer console -def_fb_args_="video=vesafb:ypan,1024x768-16@60" -no_fb_args_="video=ofonly" +def_fb_args_="vga=791" +no_fb_args_="vga=normal" ### ## create grub config @@ -103,22 +101,22 @@ KERNEL linux26 APPEND $pxe_def_boot_args_ $def_fb_args_ $BOOT_ARGS_ LABEL grmlnofb KERNEL linux26 -APPEND $pxe_def_boot_args_ video=nofb $BOOT_ARGS_ +APPEND $pxe_def_boot_args_ $no_fb_args_ $BOOT_ARGS_ LABEL small KERNEL linux26 APPEND $pxe_def_boot_args_ small $def_fb_args_ $BOOT_ARGS_ LABEL smallnofb KERNEL linux26 -APPEND $pxe_def_boot_args_ small video=nofb $BOOT_ARGS_ +APPEND $pxe_def_boot_args_ small $no_fb_args_ $BOOT_ARGS_ LABEL debuginit KERNEL linux26 APPEND $pxe_def_boot_args_ debuginit $def_fb_args_ $BOOT_ARGS_ LABEL debuginit KERNEL linux26 -APPEND $pxe_def_boot_args_ debuginit video=nofb $BOOT_ARGS_ -LABEL resuce +APPEND $pxe_def_boot_args_ debuginit $no_fb_args_ $BOOT_ARGS_ +LABEL rescue KERNEL linux26 -APPEND $pxe_def_boot_args_ video=nofb +APPEND $pxe_def_boot_args_ $no_fb_args_ LABEL memtest KERNEL memtest APPEND initrd=