X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2Fgrub-pxelinux_config;h=c2427053e3fbb962ebc7d727f3234d2af674ce24;hb=9eb109d1329ead397a77bfa8448b7a293e08421a;hp=aa6d5ca5138c67eef95a88be5d0150cda7c31aa9;hpb=0696e9c985b9324d559845aa67642c7dcb020d54;p=grml-terminalserver.git diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index aa6d5ca..c242705 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -32,8 +32,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 +103,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=