From 2f0709f61824d35be69f7bea53d3149382a1b70e Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 13 Feb 2009 14:22:05 +0000 Subject: Do not hide linux-nonfb entry for now since it's causing issues When hiding an entry, gfxboot gets confused because it renumbers the entries and it passes the wrong entry index to the bootloader. --- src/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.inc') diff --git a/src/common.inc b/src/common.inc index e7ee848..ed54fc9 100644 --- a/src/common.inc +++ b/src/common.inc @@ -441,7 +441,7 @@ over "text" eq or over "noacpi" eq or } { - dup "linux-nonfb" eq + 0 } ifelse exch pop not } def -- cgit v1.2.1