From: Michael Gebetsroither Date: Wed, 7 Dec 2005 17:39:52 +0000 (+0100) Subject: added video=ofonly to video=nofb for missing vesa-tng X-Git-Tag: 0.69~2 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=e962f8b2bae027c7582ea340ddf12405bf100752;p=grml-terminalserver.git added video=ofonly to video=nofb for missing vesa-tng --- diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index aa6d5ca..e87b371 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -33,7 +33,7 @@ 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" +no_fb_args_="video=nofb" ### ## 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_ +APPEND $pxe_def_boot_args_ debuginit $no_fb_args_ $BOOT_ARGS_ LABEL resuce KERNEL linux26 -APPEND $pxe_def_boot_args_ video=nofb +APPEND $pxe_def_boot_args_ $no_fb_args_ LABEL memtest KERNEL memtest APPEND initrd=