summaryrefslogtreecommitdiffstats
path: root/config/extlinux/extlinux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/extlinux/extlinux.conf')
-rw-r--r--config/extlinux/extlinux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/extlinux/extlinux.conf b/config/extlinux/extlinux.conf
index c4df314..3d0192b 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=init vga=0x317
+ APPEND initrd=initramfs 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=init vga=0x317 debug=3
+ APPEND initrd=initramfs vga=0x317 debug=3
TEXT HELP
Use this to start the preboot environment with debug shells.
ENDTEXT
@@ -60,4 +60,4 @@ LABEL LOCALBOOT
TEXT HELP
Gets you out of here by booting from next device in BIOS boot
order.
- ENDTEXT \ No newline at end of file
+ ENDTEXT