summaryrefslogtreecommitdiff
path: root/default-config/boot/grub
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-12 18:52:31 -0500
committerDan McGee <dan@archlinux.org>2007-10-14 11:38:31 -0500
commit2f10bc9b795e91a3e8c7467f4fa3147c06de9ad1 (patch)
treeeb861122752d724ed6b6968f48ba960278e78156 /default-config/boot/grub
parent9cfc199c959b99749d69e84e95dfeafa2efbfc0c (diff)
downloadarchiso32-2f10bc9b795e91a3e8c7467f4fa3147c06de9ad1.tar.xz
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>
Diffstat (limited to 'default-config/boot/grub')
-rw-r--r--default-config/boot/grub/tools.lst4
1 files changed, 3 insertions, 1 deletions
diff --git a/default-config/boot/grub/tools.lst b/default-config/boot/grub/tools.lst
index be30408..22b3669 100644
--- a/default-config/boot/grub/tools.lst
+++ b/default-config/boot/grub/tools.lst
@@ -1,3 +1,4 @@
+# vim:ft=grub:
timeout 300
default 0
color light-blue/blue black/light-grey
@@ -6,8 +7,9 @@ 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+/memtest.bin
+kernel /boot/memtest86+-1.70.bin
# http://www.vortex.prodigynet.co.uk/x86test/
title Run x86test (CPU Info)