index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-09-29 06:47:54 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-09-29 06:47:54 +0000 |
commit | 9b271cc9977bfe074773412718a50fb82452a45f (patch) | |
tree | c72ffd87f288b2da33f25bd412679b3bff37d161 /default-config/boot/grub | |
parent | 49284a96faf1c29b6b05ac70ea5c2ecda03fa75f (diff) |
-rw-r--r-- | default-config/boot/grub/help.lst | 4 | ||||
-rw-r--r-- | default-config/boot/grub/menu.lst | 50 | ||||
-rw-r--r-- | default-config/boot/grub/more.lst | 3 | ||||
-rw-r--r-- | default-config/boot/grub/tools.lst | 54 |
diff --git a/default-config/boot/grub/help.lst b/default-config/boot/grub/help.lst index b9468eb..36a4ea3 100644 --- a/default-config/boot/grub/help.lst +++ b/default-config/boot/grub/help.lst @@ -10,7 +10,3 @@ configfile /boot/grub/menu.lst title HOW-TO: Boot an existing system cat /boot/help/bootexisting.txt pause Press enter to continue... - -title HOW-TO: Do some other shit -cat /boot/help/othershit.txt -pause Press enter to continue... diff --git a/default-config/boot/grub/menu.lst b/default-config/boot/grub/menu.lst index f25c9fe..dac552a 100644 --- a/default-config/boot/grub/menu.lst +++ b/default-config/boot/grub/menu.lst @@ -1,25 +1,25 @@ -
-timeout 300
-default 0
-color light-blue/blue black/light-grey
-splashimage=/boot/splash.xpm.gz
-
-title Boot ArchLive
-kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
-initrd /boot/archlive.img
-
-title Tools...
-configfile /boot/grub/tools.lst
-
-title View Help...
-configfile /boot/grub/help.lst
-
-title More Options...
-configfile /boot/grub/more.lst
-
-title Shutdown the Computer
-halt
-
-title Reboot the Computer
-reboot
-
+ +timeout 300 +default 0 +color light-blue/blue black/light-grey +splashimage=/boot/splash.xpm.gz + +title Boot ArchLive +kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75% +initrd /boot/archlive.img + +title Tools... +configfile /boot/grub/tools.lst + +title View Help... +configfile /boot/grub/help.lst + +title More Options... +configfile /boot/grub/more.lst + +title Shutdown the Computer +halt + +title Reboot the Computer +reboot + diff --git a/default-config/boot/grub/more.lst b/default-config/boot/grub/more.lst index a8450f3..9a2f165 100644 --- a/default-config/boot/grub/more.lst +++ b/default-config/boot/grub/more.lst @@ -10,8 +10,9 @@ title Attempt existing Linux detection configfile /boot/grub/tryboot.lst title [EDIT ME] Boot Existing Linux Install -root (hd0,1) +root (hd0,0) kernel /vmlinuz26 root=/dev/hda3 ro +initrd /kernel26.img title [EDIT ME] Boot Existing Windows Install rootnoverify (hd0,0) diff --git a/default-config/boot/grub/tools.lst b/default-config/boot/grub/tools.lst index ef7cabc..be30408 100644 --- a/default-config/boot/grub/tools.lst +++ b/default-config/boot/grub/tools.lst @@ -1,27 +1,27 @@ -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 memtest86+ (Memory Testing)
-kernel /boot/memtest86+/memtest.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
+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 memtest86+ (Memory Testing) +kernel /boot/memtest86+/memtest.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 |