index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-19 23:05:58 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-19 23:05:58 -0500 |
commit | 611c06daaa06cf93e1f4d76201d68fcb39291598 (patch) | |
tree | 14a7d4e5f9f4838719ab7eb12b6524e6d928a510 /configs/install-iso/boot-files/grub/tools.lst | |
parent | b4d60a7ccb59e5a8a76fff46c7090814769ccf49 (diff) |
-rw-r--r-- | configs/install-iso/boot-files/grub/tools.lst | 29 |
diff --git a/configs/install-iso/boot-files/grub/tools.lst b/configs/install-iso/boot-files/grub/tools.lst new file mode 100644 index 0000000..22b3669 --- /dev/null +++ b/configs/install-iso/boot-files/grub/tools.lst @@ -0,0 +1,29 @@ +# vim:ft=grub: +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 + +# http://www.memtest.org/ +title Run memtest86+ (Memory Testing) +kernel /boot/memtest86+-1.70.bin + +# http://www.vortex.prodigynet.co.uk/x86test/ +title Run x86test (CPU Info) +kernel /boot/x86test_zImage.bin +#wget http://www.vortex.prodigynet.co.uk/x86test/x86test_zImage.bin + +# http://home.san.rr.com/johninsd/pub/linux/lilo/boot/ +title LILO Diagnostic +kernel /boot/diag2.img + +title Install GRUB to hd0 MBR +root (hd0,0) +setup (hd0) + +# http://www.erikyyy.de/invaders/ +title Space Invaders!! +kernel /boot/invaders.img |