diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-02-13 14:22:05 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-02-13 14:22:05 +0000 |
commit | 2f0709f61824d35be69f7bea53d3149382a1b70e (patch) | |
tree | 518d24419a6e6ec5736b815c374695f9f6f63896 | |
parent | 6293a32561b2d3df60e26559f111abbe1762ed85 (diff) | |
download | bootloader-theme-2f0709f61824d35be69f7bea53d3149382a1b70e.tar bootloader-theme-2f0709f61824d35be69f7bea53d3149382a1b70e.tar.gz bootloader-theme-2f0709f61824d35be69f7bea53d3149382a1b70e.tar.bz2 bootloader-theme-2f0709f61824d35be69f7bea53d3149382a1b70e.tar.xz bootloader-theme-2f0709f61824d35be69f7bea53d3149382a1b70e.zip |
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.
-rw-r--r-- | src/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |