ISO/default-config/boot/grub/tools.lst
Dan McGee 2f10bc9b79 Add bin images to repo, and fix up the paths in GRUB
Add some of the bin images we say we have into the GIT repo so that our
ISO actually builds with these files. All latest versions were fetched:

* diag2.img: 19-Feb-2007 (no version number)
* memdisk.bin: built from syslinux-3.52
* memtest86+: 1.70
* x86_test: 0.10a

Signed-off-by: Dan McGee <dan@archlinux.org>
2007-10-14 11:38:31 -05:00

30 lines
698 B
Plaintext

# 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