summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/efi.i586/EFI
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/sources/efi.i586/EFI')
-rwxr-xr-xsource/installer/sources/efi.i586/EFI/BOOT/elilo.conf25
-rwxr-xr-xsource/installer/sources/efi.i586/EFI/BOOT/message.txt16
2 files changed, 41 insertions, 0 deletions
diff --git a/source/installer/sources/efi.i586/EFI/BOOT/elilo.conf b/source/installer/sources/efi.i586/EFI/BOOT/elilo.conf
new file mode 100755
index 000000000..9168ee71b
--- /dev/null
+++ b/source/installer/sources/efi.i586/EFI/BOOT/elilo.conf
@@ -0,0 +1,25 @@
+chooser=simple
+message=message.txt
+delay=300
+timeout=300
+#
+image=/hugesmp.s
+ label=hugesmp.s
+ initrd=/initrd.img
+ read-only
+ append="vga=normal load_ramdisk=1 prompt_ramdisk=0 ro printk.time=0 nomodeset SLACK_KERNEL=hugesmp.s"
+image=/huge.s
+ label=huge.s
+ initrd=/initrd.img
+ read-only
+ append="vga=normal load_ramdisk=1 prompt_ramdisk=0 ro printk.time=0 nomodeset SLACK_KERNEL=huge.s"
+image=/hugesmp.s
+ label=kmssmp.s
+ initrd=/initrd.img
+ read-only
+ append="vga=normal load_ramdisk=1 prompt_ramdisk=0 ro printk.time=0 SLACK_KERNEL=hugesmp.s"
+image=/huge.s
+ label=kms.s
+ initrd=/initrd.img
+ read-only
+ append="vga=normal load_ramdisk=1 prompt_ramdisk=0 ro printk.time=0 SLACK_KERNEL=huge.s"
diff --git a/source/installer/sources/efi.i586/EFI/BOOT/message.txt b/source/installer/sources/efi.i586/EFI/BOOT/message.txt
new file mode 100755
index 000000000..7fb5b03c8
--- /dev/null
+++ b/source/installer/sources/efi.i586/EFI/BOOT/message.txt
@@ -0,0 +1,16 @@
+
+Welcome to Slackware version 14.2 (Linux kernel 4.1.13)!
+
+If you need to pass extra parameters to the kernel, enter them at the prompt
+below after the name of the kernel to boot (e.g., hugesmp.s).
+
+In a pinch, you can boot your system from here with a command like:
+
+boot: hugesmp.s root=/dev/sda1 rdinit= ro
+
+In the example above, /dev/sda1 is the / Linux partition.
+
+To enter extra parameters below, first press TAB to get a boot prompt.
+If you don't need to enter any parameters, hit ENTER to boot the default
+kernel "hugesmp.s" or wait 30 seconds for autoboot.
+