Hi all,

Roger proposes to remove the (redundant) "(hd0,0)" from the grub.conf example
we give. I've been reported several times that this was redundant and we
should remove it, but I've always ignored the reports because
- the instructions weren't flawed
- users who place the kernel on a different partition know with the current
  example how to edit their config

But I'm now convinced we should remove it, because
- I can't refuse anything Roger sais
- I haven't seen any user on #gentoo place his kernels elsewhere

The patch needed is included beneith. If there are no objections I'll commit
this one tomorrow.

Wkr,
        Sven Vermeulen

Index: hb-install-bootloader.xml
===================================================================
RCS file: 
/home/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootloader.xml,v
retrieving revision 1.28
diff -u -t -r1.28 hb-install-bootloader.xml
--- hb-install-bootloader.xml   6 Mar 2004 12:06:11 -0000       1.28
+++ hb-install-bootloader.xml   9 Mar 2004 20:03:16 -0000
@@ -281,7 +281,7 @@
 title=Gentoo Linux 2.4.24
 <comment># Partition where the kernel image (or operating system) is 
located</comment>
 root (hd0,0)
-kernel (hd0,0)/kernel-2.4.24 root=/dev/hda3
+kernel /kernel-2.4.24 root=/dev/hda3
 
 <comment># The next three lines are only if you dualboot with a Windows 
system.</comment>
 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
@@ -297,8 +297,8 @@
 
 title=Gentoo Linux 2.4.24
 root (hd0,0)
-kernel (hd0,0)/kernel-2.4.24 root=/dev/hda3
-initrd (hd0,0)/initrd-2.4.24
+kernel /kernel-2.4.24 root=/dev/hda3
+initrd /initrd-2.4.24
 
 <comment># Only in case you want to dual-boot</comment>
 title=Windows XP
@@ -313,8 +313,8 @@
 
 title=Gentoo Linux 2.4.24
 root (hd0,0)
-kernel (hd0,0)/kernel-2.4.24 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3
-initrd (hd0,0)/initrd-2.4.24
+kernel /kernel-2.4.24 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3
+initrd /initrd-2.4.24
 
 <comment># Only in case you want to dual-boot</comment>
 title=Windows XP
@@ -343,7 +343,7 @@
 <pre caption = "Adding the vga-statement as a kernel option">
 title=Gentoo Linux
   root (hd0,0)
-  kernel (hd0,0)/kernel-2.4.24 root=/dev/hda3 vga=788
+  kernel /kernel-2.4.24 root=/dev/hda3 vga=788
 </pre>
 
 <p>


-- 
 ^__^   And Larry saw that it was Good.
 (oo)                                      Sven Vermeulen
 (__)   http://www.gentoo.org              Documentation & PR

Attachment: pgpOHgB5k5CWz.pgp
Description: PGP signature

Reply via email to