summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-05-28 23:04:33 +0200
committerDirk von Suchodoletz2009-05-28 23:04:33 +0200
commit6a11137ad53a15990c1ae60c6adcb4b75463bc6a (patch)
treecc6b430d5acd2bebddf0a97725ca2cb3da641d83 /boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
parenttypo (diff)
downloadcore-6a11137ad53a15990c1ae60c6adcb4b75463bc6a.tar.gz
core-6a11137ad53a15990c1ae60c6adcb4b75463bc6a.tar.xz
core-6a11137ad53a15990c1ae60c6adcb4b75463bc6a.zip
Next steps onto the new WAN boot configuration environment ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2897 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX/BootEnvironment/PrebootCD.pm')
-rw-r--r--boot-env/OpenSLX/BootEnvironment/PrebootCD.pm41
1 files changed, 34 insertions, 7 deletions
diff --git a/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm b/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
index ae71bf8d..aaa42bf5 100644
--- a/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
+++ b/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
@@ -62,17 +62,44 @@ sub _createImage
PROMPT 0
TIMEOUT 100
DEFAULT menu.c32
- MENU TITLE Welcome to OpenSLX PreBoot ISO/CD
-
- LABEL OpenSLX
- MENU LABEL OpenSLX PreBoot Environment (Mini Linux/Kexec)
- SAY Now loading OpenSLX preboot environment ...
+ MENU TITLE Welcome to OpenSLX PreBoot ISO/CD (Mini Linux/Kexec)
+ LABEL SLXSTDBOOT
+ MENU LABEL OpenSLX PreBoot - Direct Boot / Direct Start
+ MENU DEFAULT
KERNEL vmlinuz
- APPEND initrd=initramfs debug=3 vga=0x317
+ APPEND initrd=initramfs vga=0x317
TEXT HELP
- Your chance to edit the kernel commandline by hitting the
+ Use this (default) entry if you have configured your client.
+ You have chance to edit the kernel commandline by hitting the
TAB key (e.g. for adding debug=3 to it for bug hunting) ...
ENDTEXT
+ LABEL SLXKIOSKBOOT
+ MENU LABEL OpenSLX PreBoot - Kiosk / Direct Start
+ KERNEL vmlinuz
+ APPEND initrd=initramfs vga=0x317 type=directkiosk
+ TEXT HELP
+ Use this entry if you would like to start your machine into
+ the standard SLX kiosk. At the same time you have the chance
+ to edit the kernel commandline by hitting the TAB key ...
+ ENDTEXT
+ LABEL SLXCFGBOOT
+ MENU LABEL OpenSLX PreBoot - Client Configuration Interface
+ KERNEL vmlinuz
+ APPEND initrd=initramfs vga=0x317 type=slxconfig
+ TEXT HELP
+ Use this entry if you would like to configure/modify your
+ SLX client. At the same time you have the chance to edit
+ the kernel commandline by hitting the TAB key ...
+ ENDTEXT
+ LABEL SLXCFGKIOSK
+ MENU LABEL OpenSLX PreBoot - Kiosk Configuration Interface
+ KERNEL vmlinuz
+ APPEND initrd=initramfs vga=0x317 type=cfgkiosk
+ TEXT HELP
+ Use this entry if you would like to configure / modify your
+ OpenSLX kiosk. At the same time you have the chance to edit
+ the kernel commandline by hitting the TAB key ...
+ ENDTEXT
End-of-Here
spitFile("$imageDir/iso/isolinux/isolinux.cfg", $isolinuxConfig);