summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGerhard Brauer <gerbra@archlinux.de>2008-12-18 09:51:32 -0800
committerAaron Griffin <aaronmgriffin@gmail.com>2008-12-18 22:09:18 -0600
commit30ff7ea7a61dc1c6b0d46fab69c8d149ec4586f5 (patch)
treeb1ad66d2d361755e5b60842f548b56732e9b7b22 /configs
parent2267d62099d1bb5fa99efa1f81c9fe2151528c0d (diff)
Complete isolinux changes and splash screens
Fancy isolinux stuff, yay Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/install-iso/boot-files/isolinux/boot.msg9
-rw-r--r--configs/install-iso/boot-files/isolinux/help.msg16
-rw-r--r--configs/install-iso/boot-files/isolinux/isolinux.cfg16
-rw-r--r--configs/install-iso/boot-files/isolinux/options.msg14
-rw-r--r--configs/install-iso/boot-files/isolinux/splash.rlebin0 -> 9799 bytes
-rw-r--r--configs/install-iso/boot-files/isolinux/splashsmall.rlebin0 -> 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
new file mode 100644
index 0000000..6c56964
--- /dev/null
+++ b/configs/install-iso/boot-files/isolinux/splash.rle
Binary files 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
--- /dev/null
+++ b/configs/install-iso/boot-files/isolinux/splashsmall.rle
Binary files differ