From 3da5200d713ce060ce981e98813a4bc5be71b342 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sat, 23 May 2009 18:59:35 +0000 Subject: Some enhancements for PreBoot ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2879 95ad53e4-c205-0410-b2fa-d234c58c8868 --- boot-env/OpenSLX/BootEnvironment/PrebootCD.pm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'boot-env/OpenSLX/BootEnvironment') 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; -- cgit v1.2.3-55-g7522