diff options
Diffstat (limited to 'source/installer/sources/efi.x86_64/EFI/BOOT')
-rwxr-xr-x | source/installer/sources/efi.x86_64/EFI/BOOT/elilo.conf | 15 | ||||
-rwxr-xr-x | source/installer/sources/efi.x86_64/EFI/BOOT/message.txt | 16 |
2 files changed, 31 insertions, 0 deletions
diff --git a/source/installer/sources/efi.x86_64/EFI/BOOT/elilo.conf b/source/installer/sources/efi.x86_64/EFI/BOOT/elilo.conf new file mode 100755 index 00000000..1168c71f --- /dev/null +++ b/source/installer/sources/efi.x86_64/EFI/BOOT/elilo.conf @@ -0,0 +1,15 @@ +chooser=simple +message=message.txt +delay=300 +timeout=300 +# +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=/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.x86_64/EFI/BOOT/message.txt b/source/installer/sources/efi.x86_64/EFI/BOOT/message.txt new file mode 100755 index 00000000..69e6b4de --- /dev/null +++ b/source/installer/sources/efi.x86_64/EFI/BOOT/message.txt @@ -0,0 +1,16 @@ + +Welcome to Slackware64 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., huge.s). + +In a pinch, you can boot your system from here with a command like: + +boot: huge.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 "huge.s" or wait 30 seconds for autoboot. + |