diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/install-iso/boot-files/isolinux/boot.msg | 9 | ||||
-rw-r--r-- | configs/install-iso/boot-files/isolinux/help.msg | 16 | ||||
-rw-r--r-- | configs/install-iso/boot-files/isolinux/isolinux.cfg | 16 | ||||
-rw-r--r-- | configs/install-iso/boot-files/isolinux/options.msg | 14 | ||||
-rw-r--r-- | configs/install-iso/boot-files/isolinux/splash.rle | bin | 0 -> 9799 bytes | |||
-rw-r--r-- | configs/install-iso/boot-files/isolinux/splashsmall.rle | bin | 0 -> 4094 bytes |
6 files changed, 43 insertions, 12 deletions
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 Binary files differnew file mode 100644 index 0000000..6c56964 --- /dev/null +++ b/configs/install-iso/boot-files/isolinux/splash.rle diff --git a/configs/install-iso/boot-files/isolinux/splashsmall.rle b/configs/install-iso/boot-files/isolinux/splashsmall.rle Binary files differnew file mode 100644 index 0000000..0582abf --- /dev/null +++ b/configs/install-iso/boot-files/isolinux/splashsmall.rle |