summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/cd-root/boot/grub/tools.lst
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-04 23:44:45 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-04 23:44:51 (GMT)
commitf51fb708846d13222bd97b3f760eb3be902c0be0 (patch)
treead25ff81828f12cb7da86384863e163cb4e001f2 /build_tools/clarch/larch/cd-root/boot/grub/tools.lst
parent4384efe238cdfeac86fae0d8e1097a409350f8c6 (diff)
downloadlinhes_dev-f51fb708846d13222bd97b3f760eb3be902c0be0.zip
remove old versions of larch 6 and 7
Diffstat (limited to 'build_tools/clarch/larch/cd-root/boot/grub/tools.lst')
-rw-r--r--build_tools/clarch/larch/cd-root/boot/grub/tools.lst23
1 files changed, 0 insertions, 23 deletions
diff --git a/build_tools/clarch/larch/cd-root/boot/grub/tools.lst b/build_tools/clarch/larch/cd-root/boot/grub/tools.lst
deleted file mode 100644
index 609962e..0000000
--- a/build_tools/clarch/larch/cd-root/boot/grub/tools.lst
+++ /dev/null
@@ -1,23 +0,0 @@
-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 memtest (Memory Testing)
-kernel /boot/memtest
-
-# 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)