From 77e9ea45caa7608557b1443acf0ae7d1b27248de Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 21 Dec 2008 02:10:57 -0600 Subject: Revamp the simple sample ISO config Should be easier and cleaner. Makes a dumb ISO that does nothing but is intended as an example to the user. Signed-off-by: Aaron Griffin --- configs/default/overlay/boot/grub/tools.lst | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 configs/default/overlay/boot/grub/tools.lst (limited to 'configs/default/overlay/boot/grub/tools.lst') diff --git a/configs/default/overlay/boot/grub/tools.lst b/configs/default/overlay/boot/grub/tools.lst deleted file mode 100644 index 22b3669..0000000 --- a/configs/default/overlay/boot/grub/tools.lst +++ /dev/null @@ -1,29 +0,0 @@ -# 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 -- cgit v1.2.3-54-g00ecf