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/more.lst | |
parent | 49284a96faf1c29b6b05ac70ea5c2ecda03fa75f (diff) |
-rw-r--r-- | default-config/boot/grub/more.lst | 3 |
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) |