Complete isolinux changes and splash screens

Fancy isolinux stuff, yay

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Gerhard Brauer 2008-12-18 09:51:32 -08:00 committed by Aaron Griffin
parent 2267d62099
commit 30ff7ea7a6
6 changed files with 43 additions and 12 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

Binary file not shown.