diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:21 +0000 |
commit | bd5fd622653c1f96730bc816359c7ff1bcbf225a (patch) | |
tree | fe25067fca1ab63077ba0a540768351ae1d95845 /src/panel.inc | |
parent | 4a5255c5fd969f74cf8b6ba7c1b4e58c5070ab08 (diff) | |
download | bootloader-theme-bd5fd622653c1f96730bc816359c7ff1bcbf225a.tar bootloader-theme-bd5fd622653c1f96730bc816359c7ff1bcbf225a.tar.gz bootloader-theme-bd5fd622653c1f96730bc816359c7ff1bcbf225a.tar.bz2 bootloader-theme-bd5fd622653c1f96730bc816359c7ff1bcbf225a.tar.xz bootloader-theme-bd5fd622653c1f96730bc816359c7ff1bcbf225a.zip |
make the "livecd" syslinux more alike non-livecd syslinux
(nb: i wonder what panel.extra is)
Diffstat (limited to 'src/panel.inc')
-rw-r--r-- | src/panel.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/panel.inc b/src/panel.inc index 1d3e89a..7511ca1 100644 --- a/src/panel.inc +++ b/src/panel.inc @@ -45,6 +45,7 @@ [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] [ keyF3 0 "F3" /panel.video /panel.video.width /panel.video.update /video.init ] + [ keyF4 0 "F4" /panel.kernelopts /panel.kernelopts.width /panel.kernelopts.update /kernelopts.init ] } { @@ -178,9 +179,6 @@ % only for install CDs syslinux not { return } if - % not for live cd - config.livecd { return } if - % not for F1 dup keyF1 eq { return } if |