X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2Fgrub-pxelinux_config;h=c2427053e3fbb962ebc7d727f3234d2af674ce24;hb=9eb109d1329ead397a77bfa8448b7a293e08421a;hp=e87b371cbf8b9aff5055aee4c6c348bf1359db14;hpb=e962f8b2bae027c7582ea340ddf12405bf100752;p=grml-terminalserver.git diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index e87b371..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=nofb" +def_fb_args_="vga=791" +no_fb_args_="vga=normal" ### ## create grub config @@ -116,7 +116,7 @@ APPEND $pxe_def_boot_args_ debuginit $def_fb_args_ $BOOT_ARGS_ LABEL debuginit KERNEL linux26 APPEND $pxe_def_boot_args_ debuginit $no_fb_args_ $BOOT_ARGS_ -LABEL resuce +LABEL rescue KERNEL linux26 APPEND $pxe_def_boot_args_ $no_fb_args_ LABEL memtest