index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | default-config/boot/grub/tools.lst | 4 |
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) |