From bd5fd622653c1f96730bc816359c7ff1bcbf225a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Jan 2009 17:30:21 +0000 Subject: make the "livecd" syslinux more alike non-livecd syslinux (nb: i wonder what panel.extra is) --- src/panel.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.1