From 30ff7ea7a61dc1c6b0d46fab69c8d149ec4586f5 Mon Sep 17 00:00:00 2001 From: Gerhard Brauer Date: Thu, 18 Dec 2008 09:51:32 -0800 Subject: Complete isolinux changes and splash screens Fancy isolinux stuff, yay Signed-off-by: Aaron Griffin --- configs/install-iso/boot-files/isolinux/boot.msg | 9 ++++----- configs/install-iso/boot-files/isolinux/help.msg | 16 ++++++++++++++++ configs/install-iso/boot-files/isolinux/isolinux.cfg | 16 ++++++++++++---- configs/install-iso/boot-files/isolinux/options.msg | 14 +++++++++++--- configs/install-iso/boot-files/isolinux/splash.rle | Bin 0 -> 9799 bytes configs/install-iso/boot-files/isolinux/splashsmall.rle | Bin 0 -> 4094 bytes 6 files changed, 43 insertions(+), 12 deletions(-) create mode 100644 configs/install-iso/boot-files/isolinux/help.msg create mode 100644 configs/install-iso/boot-files/isolinux/splash.rle create mode 100644 configs/install-iso/boot-files/isolinux/splashsmall.rle (limited to 'configs') diff --git a/configs/install-iso/boot-files/isolinux/boot.msg b/configs/install-iso/boot-files/isolinux/boot.msg index cad972a..e5348b9 100644 --- a/configs/install-iso/boot-files/isolinux/boot.msg +++ b/configs/install-iso/boot-files/isolinux/boot.msg @@ -1,7 +1,6 @@ -ArchLinux +splash.rle -Availabe boot options: -- arch to boot with pata-support -- archide to boot with ide-support +Arch Linux Install and LiveCD (0e2008.12 "SantaClaus"07) + +0eF207 -> more boot options 0eF307 -> Troubleshooting, Help -For other options press F2 key. diff --git a/configs/install-iso/boot-files/isolinux/help.msg b/configs/install-iso/boot-files/isolinux/help.msg new file mode 100644 index 0000000..4f515ff --- /dev/null +++ b/configs/install-iso/boot-files/isolinux/help.msg @@ -0,0 +1,16 @@ +splashsmall.rle + 0e2008.12 "SantaClaus"07 + +Troubleshooting, Help: +---------------------------------- +Problem with your IDE drives? Try booting the 0earchide07 image. + +Usefull kernelparameters in case of trouble: +0eacpi=off07 +0enoapic07 +0epci=routeirq07 +Append these to the available flavours, ex. arch noapic + + +0eF107 -> Start screen, 0eF207 -> Boot options + diff --git a/configs/install-iso/boot-files/isolinux/isolinux.cfg b/configs/install-iso/boot-files/isolinux/isolinux.cfg index 07dce00..791d82a 100644 --- a/configs/install-iso/boot-files/isolinux/isolinux.cfg +++ b/configs/install-iso/boot-files/isolinux/isolinux.cfg @@ -1,16 +1,24 @@ prompt 1 -timeout 300 +timeout 0 display boot.msg F1 boot.msg F2 options.msg +F3 help.msg DEFAULT arch LABEL arch -SAY Now booting the kernel from SYSLINUX... KERNEL /boot/vmlinuz26 -APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% nitrd=/boot/archiso_pata.img +APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% initrd=/boot/archiso_pata.img LABEL archide -SAY Now booting the kernel from SYSLINUX... KERNEL /boot/vmlinuz26 APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% initrd=/boot/archiso_ide.img + +LABEL memtest +KERNEL /boot/memtest + +LABEL x86test +KERNEL /boot/x86test_zImage.bin + +LABEL invaders +KERNEL /boot/invaders.img diff --git a/configs/install-iso/boot-files/isolinux/options.msg b/configs/install-iso/boot-files/isolinux/options.msg index db43118..e44b7ce 100644 --- a/configs/install-iso/boot-files/isolinux/options.msg +++ b/configs/install-iso/boot-files/isolinux/options.msg @@ -1,5 +1,13 @@ -ArchLinux boot options +splashsmall.rle + 0e2008.12 "SantaClaus"07 -- Trouble with IDE drives? use the 'archide' option +Boot flavours on this ISO: +---------------------------------- +0earch07 : ArchLinux LiveCD [pata] (the Default) +0earchide07 : ArchLinux LiveCD [legacy IDE mode] + +0ememtest07 : Run memtest (Memory Testing) + + +0eF107 -> Start screen, 0eF307 -> Troubleshooting, Help -Press F1 to return to the start screen diff --git a/configs/install-iso/boot-files/isolinux/splash.rle b/configs/install-iso/boot-files/isolinux/splash.rle new file mode 100644 index 0000000..6c56964 Binary files /dev/null and b/configs/install-iso/boot-files/isolinux/splash.rle differ diff --git a/configs/install-iso/boot-files/isolinux/splashsmall.rle b/configs/install-iso/boot-files/isolinux/splashsmall.rle new file mode 100644 index 0000000..0582abf Binary files /dev/null and b/configs/install-iso/boot-files/isolinux/splashsmall.rle differ -- cgit v1.2.3-54-g00ecf