summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJonathan Bauer2012-01-27 16:07:25 +0100
committerJonathan Bauer2012-01-27 16:07:25 +0100
commit533457229d17d1226f052c964f60c20289af1bf9 (patch)
tree7b52bc1578db7a487a59e76403627adbccec8c9d /config
parentiso serial query (diff)
downloadusb-boot-stick-533457229d17d1226f052c964f60c20289af1bf9.tar.gz
usb-boot-stick-533457229d17d1226f052c964f60c20289af1bf9.tar.xz
usb-boot-stick-533457229d17d1226f052c964f60c20289af1bf9.zip
euhm testing...
Diffstat (limited to 'config')
-rw-r--r--config/extlinux/extlinux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/extlinux/extlinux.conf b/config/extlinux/extlinux.conf
index 34f0be2..51e0a0c 100644
--- a/config/extlinux/extlinux.conf
+++ b/config/extlinux/extlinux.conf
@@ -41,7 +41,7 @@ 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=initramfs type=USB vga=0x317
+ APPEND initrd=initramfs,serial type=USB vga=0x317
TEXT HELP
Use this (default) entry if you have configured your client.
You have chance to edit the kernel commandline by hitting the
@@ -50,7 +50,7 @@ LABEL SLXSTDBOOT
LABEL DEBUGBOOT
MENU LABEL OpenSLX PreBoot - Debug Mode
KERNEL kernel
- APPEND initrd=initramfs,initramfs-serial type=USB vga=0x317 debug=3
+ APPEND initrd=initramfs,serial type=USB vga=0x317 debug=3
TEXT HELP
Use this to start the preboot environment with debug shells.
ENDTEXT