From: Michael Prokop Date: Sat, 8 Jan 2011 22:08:21 +0000 (+0100) Subject: fix broken grub command terminal_output (should be "terminal_output gfxterm" instead... X-Git-Tag: v0.9.30~1 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=35b606b1ff50b70888aa3917288a56a0096e61b4;hp=ff652294bb6c858cd66eead4ce59593aedbd6abf fix broken grub command terminal_output (should be "terminal_output gfxterm" instead of terminal_output.gfxterm) Thanks: Bert Schulze --- diff --git a/grml2usb b/grml2usb index a06ddc3..657111e 100755 --- 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 diff --git a/grml2usb-compat b/grml2usb-compat index a490fb6..f98a812 100755 --- a/grml2usb-compat +++ b/grml2usb-compat @@ -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