index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-09-12 15:16:59 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-09-12 15:16:59 +0000 |
commit | 7e3a0aab547917ba3066a015f4ec4cc8e87c505f (patch) | |
tree | 96c6b4194712cb3134b55381a63d42baebcd8157 /default-config/boot/grub/tools.lst | |
parent | 05bb58376c1e4e1b5562a8479f869611b0c6fa42 (diff) |
-rw-r--r-- | default-config/boot/grub/tools.lst | 35 |
diff --git a/default-config/boot/grub/tools.lst b/default-config/boot/grub/tools.lst new file mode 100644 index 0000000..583ee4b --- /dev/null +++ b/default-config/boot/grub/tools.lst @@ -0,0 +1,35 @@ +timeout 300
+default 0
+color light-blue/blue black/light-grey
+splashimage=/boot/splash.xpm.gz
+
+title << Back to Main Menu
+configfile /boot/grub/menu.lst
+
+title Run memtest86+ (Memory Testing)
+kernel /boot/memtest86+/memtest.bin
+
+# TODO package
+# http://www.vortex.prodigynet.co.uk/x86test/
+title Run x86test (CPU Info)
+kernel /boot/x86test.img
+
+# TODO package
+# http://home.san.rr.com/johninsd/pub/linux/lilo/boot/
+title LILO Diagnostic 1 (diag1)
+kernel /boot/lilo_diagnostic1.img
+
+title LILO Diagnostic 2 (diag1)
+kernel /boot/lilo_diagnostic2.img
+
+title Install GRUB to hd0 MBR
+root (hd0,0)
+setup (hd0)
+
+title Install GRUB to hd1 MBR
+root (hd1,0)
+setup (hd1)
+
+# http://www.erikyyy.de/invaders/
+title Space Invaders!!
+kernel /boot/invaders.img
|