summaryrefslogtreecommitdiffstats
path: root/install-usb
diff options
context:
space:
mode:
authorjoe2011-04-20 14:57:10 +0200
committerjoe2011-04-20 14:57:10 +0200
commit2553131c6a6f508a207756a00763d1ed1281abfb (patch)
tree7b87bbc202d9d028683a2848b1631caee635af8e /install-usb
parentfbgui update (diff)
downloadusb-boot-stick-2553131c6a6f508a207756a00763d1ed1281abfb.tar.gz
usb-boot-stick-2553131c6a6f508a207756a00763d1ed1281abfb.tar.xz
usb-boot-stick-2553131c6a6f508a207756a00763d1ed1281abfb.zip
fixes...
Diffstat (limited to 'install-usb')
-rwxr-xr-xinstall-usb10
1 files changed, 8 insertions, 2 deletions
diff --git a/install-usb b/install-usb
index 9f88259..49c1a62 100755
--- a/install-usb
+++ b/install-usb
@@ -47,13 +47,19 @@ MENU TITLE Welcome to OpenSLX PreBoot USB Ext2/3 (Mini Linux/Kexec)
LABEL SLXSTDBOOT
MENU LABEL OpenSLX PreBoot - Stateless Netboot Linux ...
KERNEL kernel
- APPEND initrd=init vga=0x317
+ APPEND initrd=init
TEXT HELP
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 DEBUGBOOT
+ MENU LABEL OpenSLX PreBoot - Debug Mode
+ KERNEL kernel
+ APPEND initrd=init debug=3
+ TEXT HELP
+ Use this to start the preboot environment with debug shells.
+ ENDTEXT
LABEL LOCALBOOT
MENU LABEL LOCALBOOT
LOCALBOOT -1