diff options
author | Jonathan Bauer | 2012-01-23 15:55:53 +0100 |
---|---|---|
committer | Jonathan Bauer | 2012-01-23 15:55:53 +0100 |
commit | 0e5176c20f059d7222131cf2e8cb309d6184c635 (patch) | |
tree | eee06d3f6c5f7d624b164a4e89a7d1f3e66366f3 | |
parent | update gitignore (diff) | |
download | usb-boot-stick-0e5176c20f059d7222131cf2e8cb309d6184c635.tar.gz usb-boot-stick-0e5176c20f059d7222131cf2e8cb309d6184c635.tar.xz usb-boot-stick-0e5176c20f059d7222131cf2e8cb309d6184c635.zip |
added boot media type in kcl of preboot environment
-rw-r--r-- | config/extlinux/extlinux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/extlinux/extlinux.conf b/config/extlinux/extlinux.conf index 3d0192b..36a9600 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 vga=0x317 + APPEND initrd=initramfs 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 vga=0x317 debug=3 + APPEND initrd=initramfs type=USB vga=0x317 debug=3 TEXT HELP Use this to start the preboot environment with debug shells. ENDTEXT |