fix broken grub command terminal_output (should be "terminal_output gfxterm" instead...
[grml2usb.git] / grml2usb
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
    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
     # For backward compatibility with versions of terminal.mod that don't
     # understand terminal_output
     terminal gfxterm