From 35b606b1ff50b70888aa3917288a56a0096e61b4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 8 Jan 2011 23:08:21 +0100 Subject: [PATCH 1/1] fix broken grub command terminal_output (should be "terminal_output gfxterm" instead of terminal_output.gfxterm) Thanks: Bert Schulze --- grml2usb | 2 +- grml2usb-compat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4