diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-02-25 13:05:55 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-02-25 13:05:55 +0000 |
commit | b12da067cef7f82012b6568f256b5fa143ab9825 (patch) | |
tree | 2bf13b3877d644b5f9e511b22e8dcaa5739e673f /src/common.inc | |
parent | a0fe6e39f04d10a8da05c8c5c8d1665aa684ebea (diff) | |
download | bootloader-theme-b12da067cef7f82012b6568f256b5fa143ab9825.tar bootloader-theme-b12da067cef7f82012b6568f256b5fa143ab9825.tar.gz bootloader-theme-b12da067cef7f82012b6568f256b5fa143ab9825.tar.bz2 bootloader-theme-b12da067cef7f82012b6568f256b5fa143ab9825.tar.xz bootloader-theme-b12da067cef7f82012b6568f256b5fa143ab9825.zip |
Reenable hiding of linux-nonfb since it seems to be fixed now
This reverts commit 9ab115e43e7aea43b81309a0768f921114c48035.
Diffstat (limited to 'src/common.inc')
-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 3ed28f1..2ead446 100644 --- a/src/common.inc +++ b/src/common.inc @@ -431,7 +431,7 @@ over "noacpi" eq or over "linux64" eq or } { - 0 + dup "linux-nonfb" eq } ifelse exch pop not } def |