summaryrefslogtreecommitdiffstats
path: root/panel.inc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-08 11:51:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-08 11:51:56 +0000
commitc962365315fb42b07df962941419310d7dcd5feb (patch)
tree0aa5aac8cf3dadb19bd3a3c1b0f82cc9624e83bd /panel.inc
parent534f2f4437093bd78411126ef45de41fc6b93bf3 (diff)
downloadbootloader-theme-0.21.tar
bootloader-theme-0.21.tar.gz
bootloader-theme-0.21.tar.bz2
bootloader-theme-0.21.tar.xz
bootloader-theme-0.21.zip
re-sync after the big svn loss0.21
Diffstat (limited to 'panel.inc')
-rw-r--r--panel.inc12
1 files changed, 5 insertions, 7 deletions
diff --git a/panel.inc b/panel.inc
index cd3376f..356f840 100644
--- a/panel.inc
+++ b/panel.inc
@@ -40,9 +40,9 @@
livecd {
- [ keyF2 0 "F2" /panel.video /panel.video.width /panel.video.update /video.init ]
- [ keyF3 0 "F3" /panel.splash /panel.splash.width /panel.splash.update /splash.init ]
- [ keyF4 0 "F4" /panel.lang /panel.lang.width /panel.lang.update /lang.init ]
+ [ 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.kernel_option /panel.kernel_option.width /panel.kernel_option.update /kernel_option.init ]
} {
@@ -50,6 +50,7 @@
[ keyF3 0 "F3" /panel.video /panel.video.width /panel.video.update /video.init ]
[ keyF4 0 "F4" /panel.install /panel.install.width /panel.install.update /install.init ]
[ keyF5 0 "F5" /panel.dud /panel.dud.width /panel.dud.update /dud.init ]
+ [ keyF6 0 "F6" /panel.kernel_option /panel.kernel_option.width /panel.kernel_option.update /kernel_option.init ]
32+64bit_source {
64bit {
@@ -57,7 +58,7 @@
64bit_boot_dir .undef ne
32bit_boot_dir 64bit_boot_dir ne
and and {
- [ keyF6 0 "F6" /panel.bits /panel.bits.width /panel.bits.update /bits.init ]
+ [ keyF7 0 "F7" /panel.bits /panel.bits.width /panel.bits.update /bits.init ]
} if
} if
} if
@@ -180,9 +181,6 @@
% only for install CDs
syslinux not { return } if
- % not for live cd
- livecd { return } if
-
% not for F1
dup keyF1 eq { return } if