summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-05-23 20:59:35 +0200
committerDirk von Suchodoletz2009-05-23 20:59:35 +0200
commit3da5200d713ce060ce981e98813a4bc5be71b342 (patch)
treef5635a06b538a0d3a72223a2086a330c23053617 /boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
parentMoved clear to a place where it makes sense (libraries present) and removed (diff)
downloadcore-3da5200d713ce060ce981e98813a4bc5be71b342.tar.gz
core-3da5200d713ce060ce981e98813a4bc5be71b342.tar.xz
core-3da5200d713ce060ce981e98813a4bc5be71b342.zip
Some enhancements for PreBoot ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2879 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX/BootEnvironment/PrebootCD.pm')
-rw-r--r--boot-env/OpenSLX/BootEnvironment/PrebootCD.pm11
1 files changed, 6 insertions, 5 deletions
diff --git a/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm b/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
index 6e95b7e2..ae71bf8d 100644
--- a/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
+++ b/boot-env/OpenSLX/BootEnvironment/PrebootCD.pm
@@ -62,15 +62,16 @@ sub _createImage
PROMPT 0
TIMEOUT 100
DEFAULT menu.c32
- MENU TITLE Welcome to OpenSLX PreBoot CD
+ MENU TITLE Welcome to OpenSLX PreBoot ISO/CD
LABEL OpenSLX
- MENU LABEL OpenSLX PreBoot
+ MENU LABEL OpenSLX PreBoot Environment (Mini Linux/Kexec)
SAY Now loading OpenSLX preboot environment ...
KERNEL vmlinuz
APPEND initrd=initramfs debug=3 vga=0x317
TEXT HELP
- Your chance to edit the kernel commandline ...
+ Your chance to edit the kernel commandline by hitting the
+ TAB key (e.g. for adding debug=3 to it for bug hunting) ...
ENDTEXT
End-of-Here
spitFile("$imageDir/iso/isolinux/isolinux.cfg", $isolinuxConfig);
@@ -82,8 +83,8 @@ sub _createImage
-r -J -l -boot-info-table -joliet-long
-publisher "OpenSLX Project - http://www.openslx.org"
-p "OpenSLX Project - openslx-devel\@openslx.org"
- -V "OpenSLX BootCD"
- -volset "OpenSLX Project - PreBoot CD for non PXE/TFTP start of a Linux Stateless Client"
+ -V "OpenSLX BootISO"
+ -volset "OpenSLX Project - PreBoot ISO/CD for non PXE/TFTP start of a Linux Stateless Client"
-c isolinux/boot.cat "$imageDir/iso"
End-of-Here
$mkisoCmd =~ s{\n\s*}{ }gms;