fix broken grub command terminal_output (should be "terminal_output gfxterm" instead...
authorMichael Prokop <mika@grml.org>
Sat, 8 Jan 2011 22:08:21 +0000 (23:08 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 8 Jan 2011 22:08:21 +0000 (23:08 +0100)
Thanks: Bert Schulze <spambemyguest@googlemail.com>

grml2usb
grml2usb-compat

index a06ddc3..657111e 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -324,7 +324,7 @@ if loadfont /boot/grub/ascii.pf2 ; then
    set gfxmode=640x480
    insmod gfxterm
    insmod vbe
-   if terminal_output.gfxterm ; then true ; else
+   if terminal_output gfxterm ; then true ; else
     # For backward compatibility with versions of terminal.mod that don't
     # understand terminal_output
     terminal gfxterm
index a490fb6..f98a812 100755 (executable)
@@ -256,7 +256,7 @@ if loadfont /boot/grub/ascii.pf2 ; then
    set gfxmode=640x480
    insmod gfxterm
    insmod vbe
-   if terminal_output.gfxterm ; then true ; else
+   if terminal_output gfxterm ; then true ; else
     # For backward compatibility with versions of terminal.mod that don't
     # understand terminal_output
     terminal gfxterm