public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2005-07-10 20:59 Sven Vermeulen
  0 siblings, 0 replies; 10+ messages in thread
From: Sven Vermeulen @ 2005-07-10 20:59 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/07/10 20:59:32

  Modified:    xml/htdocs/doc/en/handbook/draft/2005.1
                        hb-install-x86-bootloader.xml
                        hb-install-x86-kernel.xml
  Log:
  Some changes thanks to roger55

Revision  Changes    Path
1.2       +11 -11    xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-x86-bootloader.xml	5 Jul 2005 08:02:04 -0000	1.1
+++ hb-install-x86-bootloader.xml	10 Jul 2005 20:59:32 -0000	1.2
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v 1.2 2005/07/10 20:59:32 swift Exp $ -->
 
 <sections>
 
@@ -250,10 +250,10 @@
 # Comment out if you don't have a graphics card installed</comment>
 splashimage=(hd0,0)/grub/splash.xpm.gz
 
-title=Gentoo Linux 2.6.11-r3
+title=Gentoo Linux 2.6.11-r11
 <comment># Partition where the kernel image (or operating system) is located</comment>
 root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3
+kernel /kernel-2.6.11-gentoo-r11 root=/dev/hda3
 
 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
@@ -269,10 +269,10 @@
 timeout 30
 splashimage=(hd0,0)/grub/splash.xpm.gz
 
-title=Gentoo Linux 2.6.11-r3
+title=Gentoo Linux 2.6.11-r11
 root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /initrd-2.6.11-gentoo-r3
+kernel /kernel-genkernel-x86-2.6.11-gentoo-r11 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /initramfs-genkernel-x86-2.6.11-gentoo-r11
 
 <comment># Only in case you want to dual-boot</comment>
 title=Windows XP
@@ -463,7 +463,7 @@
 </p>
 
 <pre caption = "Installing LILO">
-# <i>emerge --usepkg lilo</i>
+# <i>emerge lilo</i>
 </pre>
 
 </body>
@@ -516,18 +516,18 @@
 default=gentoo            <comment># When the timeout has passed, boot the "gentoo" section</comment>
 
 <comment># For non-genkernel users</comment>
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-2.6.11-gentoo-r11
   label=gentoo            <comment># Name we give to this section</comment>
   read-only               <comment># Start with a read-only root. Do not alter!</comment>
   root=/dev/hda3          <comment># Location of the root filesystem</comment>
 
 <comment># For genkernel users</comment>
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-genkernel-x86-2.6.11-gentoo-r11
   label=gentoo
   read-only
   root=/dev/ram0
   append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
-  initrd=/boot/initrd-2.6.11-gentoo-r3
+  initrd=/boot/initramfs-genkernel-x86-2.6.11-gentoo-r11
 
 <comment># The next two lines are only if you dualboot with a Windows system.</comment>
 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
@@ -547,7 +547,7 @@
 </p>
 
 <pre caption = "Using append to add kernel options">
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-2.6.11-gentoo-r11
   label=gentoo
   read-only
   root=/dev/hda3



1.2       +8 -19     xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo

Index: hb-install-x86-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-x86-kernel.xml	5 Jul 2005 08:02:04 -0000	1.1
+++ hb-install-x86-kernel.xml	10 Jul 2005 20:59:32 -0000	1.2
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml,v 1.2 2005/07/10 20:59:32 swift Exp $ -->
 
 <sections>
 
@@ -347,16 +347,7 @@
 </pre>
 
 <p>
-Next, copy over the kernel configuration used by the Installation CD to the 
-location where genkernel looks for the default kernel configuration:
-</p>
-
-<pre caption="Copying over the Installation CD kernel config">
-# <i>zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6</i>
-</pre>
-
-<p>
-Now, compile your kernel sources by running <c>genkernel --udev all</c>.
+Now, compile your kernel sources by running <c>genkernel all</c>.
 Be aware though, as <c>genkernel</c> compiles a kernel that supports almost all 
 hardware, this compilation will take quite a while to finish!
 </p>
@@ -370,7 +361,7 @@
 </p>
 
 <pre caption="Running genkernel">
-# <i>genkernel --udev all</i>
+# <i>genkernel all</i>
 </pre>
 
 <p>
@@ -388,16 +379,14 @@
 </pre>
 
 <p>
-If you want your system to be more like the Installation CD you should,
-when your Gentoo installation is over, emerge <c>coldplug</c>. While the 
-initrd autodetects hardware that is needed to boot your system, 
-<c>coldplug</c> autodetects everything else. <c>coldplug</c> is available as one
-of the packages on the Package CD.
+If you want your system to be more like the Installation CD you should
+emerge <c>coldplug</c>. While the initrd autodetects hardware that is
+needed to boot your system, <c>coldplug</c> autodetects everything 
+else.
 </p>
 
 <pre caption="Emerging and enabling coldplug">
-<comment>(Do this after the installation, during the GRP installation instructions)</comment>
-# <i>emerge -k coldplug</i>
+# <i>emerge coldplug</i>
 # <i>rc-update add coldplug boot</i>
 </pre>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2005-07-30 14:56 Sven Vermeulen
  0 siblings, 0 replies; 10+ messages in thread
From: Sven Vermeulen @ 2005-07-30 14:56 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/07/30 14:56:57

  Modified:    xml/htdocs/doc/en/handbook/draft/2005.1
                        hb-install-x86-bootloader.xml
  Log:
  #100711 - genkernels behaviour changed *again*

Revision  Changes    Path
1.3       +4 -5      xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-x86-bootloader.xml	10 Jul 2005 20:59:32 -0000	1.2
+++ hb-install-x86-bootloader.xml	30 Jul 2005 14:56:57 -0000	1.3
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v 1.2 2005/07/10 20:59:32 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v 1.3 2005/07/30 14:56:57 swift Exp $ -->
 
 <sections>
 
@@ -219,7 +219,7 @@
 <p>
 Now we are going to write up a <path>grub.conf</path>. Below you'll
 find two possible <path>grub.conf</path> for the partitioning example we use 
-in this guide, with kernel image <path>kernel-2.6.11-gentoo-r3</path>. We've 
+in this guide. We've 
 only extensively commented the first <path>grub.conf</path>. Make sure you use
 <e>your</e> kernel image filename and, if appropriate, <e>your</e> initrd image
 filename.
@@ -484,9 +484,8 @@
 
 <p>
 Some sections ago we have asked you to remember the kernel-image name
-you have created. In the next example <path>lilo.conf</path> we assume
-the imagename is <path>kernel-2.6.11-gentoo-r3</path>. We also use the
-example partitioning scheme in this example. There are two separate parts: 
+you have created. In the next example <path>lilo.conf</path> we also use the
+example partitioning scheme. There are two separate parts: 
 </p>
 
 <ul>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2005-07-30 14:56 Sven Vermeulen
  0 siblings, 0 replies; 10+ messages in thread
From: Sven Vermeulen @ 2005-07-30 14:56 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/07/30 14:56:57

  Modified:    xml/htdocs/doc/en/handbook hb-install-x86-bootloader.xml
  Log:
  #100711 - genkernels behaviour changed *again*

Revision  Changes    Path
1.34      +10 -11    xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.34&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.34&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.33&r2=1.34&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- hb-install-x86-bootloader.xml	16 Apr 2005 20:37:42 -0000	1.33
+++ hb-install-x86-bootloader.xml	30 Jul 2005 14:56:57 -0000	1.34
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.33 2005/04/16 20:37:42 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.34 2005/07/30 14:56:57 swift Exp $ -->
 
 <sections>
 
-<version>2.4</version>
-<date>2005-04-16</date>
+<version>2.5</version>
+<date>2005-07-30</date>
 
 <section>
 <title>Making your Choice</title>
@@ -219,7 +219,7 @@
 <p>
 Now we are going to write up a <path>grub.conf</path>. Below you'll
 find two possible <path>grub.conf</path> for the partitioning example we use 
-in this guide, with kernel image <path>kernel-2.6.11-gentoo-r3</path>. We've 
+in this guide. We've 
 only extensively commented the first <path>grub.conf</path>. Make sure you use
 <e>your</e> kernel image filename and, if appropriate, <e>your</e> initrd image
 filename.
@@ -271,8 +271,8 @@
 
 title=Gentoo Linux 2.6.11-r3
 root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /initrd-2.6.11-gentoo-r3
+kernel /kernel-genkernel-x86-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /initramfs-genkernel-x86-2.6.11-gentoo-r3
 
 <comment># Only in case you want to dual-boot</comment>
 title=Windows XP
@@ -489,9 +489,8 @@
 
 <p>
 Some sections ago we have asked you to remember the kernel-image name
-you have created. In the next example <path>lilo.conf</path> we assume
-the imagename is <path>kernel-2.6.11-gentoo-r3</path>. We also use the
-example partitioning scheme in this example. There are two separate parts: 
+you have created. In the next example <path>lilo.conf</path> we use the
+example partitioning scheme. There are two separate parts: 
 </p>
 
 <ul>
@@ -527,12 +526,12 @@
   root=/dev/hda3          <comment># Location of the root filesystem</comment>
 
 <comment># For genkernel users</comment>
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-genkernel-x86-2.6.11-gentoo-r3
   label=gentoo
   read-only
   root=/dev/ram0
   append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
-  initrd=/boot/initrd-2.6.11-gentoo-r3
+  initrd=/boot/initramfs-genkernel-2.6.11-gentoo-r3
 
 <comment># The next two lines are only if you dualboot with a Windows system.</comment>
 <comment># In this case, Windows is hosted on /dev/hda6.</comment>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2005-08-08 14:10 swift
  0 siblings, 0 replies; 10+ messages in thread
From: swift @ 2005-08-08 14:10 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/08/08 14:10:26

  Removed:     xml/htdocs/doc/en/handbook/draft/2005.1
                        hb-install-x86-bootloader.xml
  Log:
  Removing hb-install-x86-bootloader.xml from this location
-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2005-09-07 17:02 Marcelo Goes
  0 siblings, 0 replies; 10+ messages in thread
From: Marcelo Goes @ 2005-09-07 17:02 UTC (permalink / raw
  To: gentoo-doc-cvs

vanquirius    05/09/07 17:02:25

  Modified:    xml/htdocs/doc/en/handbook/2005.1
                        hb-install-x86-bootloader.xml
  Log:
  capitalize SCSI and BIOS, no content change

Revision  Changes    Path
1.3       +3 -3      xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-x86-bootloader.xml	8 Aug 2005 13:24:46 -0000	1.2
+++ hb-install-x86-bootloader.xml	7 Sep 2005 17:02:25 -0000	1.3
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.3 2005/09/07 17:02:25 vanquirius Exp $ -->
 
 <sections>
 
@@ -171,8 +171,8 @@
 Hard drives count from zero rather than "a" and partitions start at zero 
 rather than one. Be aware too that with the hd devices, only hard drives are 
 counted, not atapi-ide devices such as cdrom players and burners.  Also, the 
-same construct is used with scsi drives. (Normally they get higher numbers 
-than ide drives except when the bios is configured to boot from scsi devices.)
+same construct is used with SCSI drives. (Normally they get higher numbers 
+than ide drives except when the BIOS is configured to boot from SCSI devices.)
 When you ask the BIOS to boot from a different hard disk (for instance your
 primary slave), <e>that</e> harddisk is seen as <path>hd0</path>.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2005-09-07 18:53 Marcelo Goes
  0 siblings, 0 replies; 10+ messages in thread
From: Marcelo Goes @ 2005-09-07 18:53 UTC (permalink / raw
  To: gentoo-doc-cvs

vanquirius    05/09/07 18:53:38

  Modified:    xml/htdocs/doc/en/handbook hb-install-x86-bootloader.xml
                        hb-install-amd64-bootloader.xml
  Log:
  uppercase, no content change

Revision  Changes    Path
1.36      +2 -2      xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.36&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.35&r2=1.36&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- hb-install-x86-bootloader.xml	7 Sep 2005 17:01:42 -0000	1.35
+++ hb-install-x86-bootloader.xml	7 Sep 2005 18:53:38 -0000	1.36
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.35 2005/09/07 17:01:42 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.36 2005/09/07 18:53:38 vanquirius Exp $ -->
 
 <sections>
 
@@ -172,7 +172,7 @@
 rather than one. Be aware too that with the hd devices, only hard drives are 
 counted, not atapi-ide devices such as cdrom players and burners.  Also, the 
 same construct is used with SCSI drives. (Normally they get higher numbers 
-than ide drives except when the BIOS is configured to boot from SCSI devices.)
+than IDE drives except when the BIOS is configured to boot from SCSI devices.)
 When you ask the BIOS to boot from a different hard disk (for instance your
 primary slave), <e>that</e> harddisk is seen as <path>hd0</path>.
 </p>



1.33      +2 -2      xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo

Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-amd64-bootloader.xml	7 Sep 2005 17:01:42 -0000	1.32
+++ hb-install-amd64-bootloader.xml	7 Sep 2005 18:53:38 -0000	1.33
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.32 2005/09/07 17:01:42 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.33 2005/09/07 18:53:38 vanquirius Exp $ -->
 
 <sections>
 
@@ -153,7 +153,7 @@
 rather than one. Be aware too that with the hd devices, only hard drives are 
 counted, not atapi-ide devices such as cdrom players and burners.  Also, the 
 same construct is used with SCSI drives. (Normally they get higher numbers 
-than ide drives except when the BIOS is configured to boot from SCSI devices.)
+than IDE drives except when the BIOS is configured to boot from SCSI devices.)
 When you ask the BIOS to boot from a different hard disk (for instance your
 primary slave), <e>that</e> harddisk is seen as <path>hd0</path>.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2005-09-17 20:09 swift
  0 siblings, 0 replies; 10+ messages in thread
From: swift @ 2005-09-17 20:09 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/09/17 20:09:19

  Modified:    xml/htdocs/doc/en/handbook hb-install-x86-bootloader.xml
  Log:
  #103277 - Removing obsolete usepkg entry

Revision  Changes    Path
1.37      +4 -4      xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- hb-install-x86-bootloader.xml	7 Sep 2005 18:53:38 -0000	1.36
+++ hb-install-x86-bootloader.xml	17 Sep 2005 20:09:19 -0000	1.37
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.36 2005/09/07 18:53:38 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.37 2005/09/17 20:09:19 swift Exp $ -->
 
 <sections>
 
-<version>2.5</version>
-<date>2005-07-30</date>
+<version>2.6</version>
+<date>2005-09-17</date>
 
 <section>
 <title>Making your Choice</title>
@@ -468,7 +468,7 @@
 </p>
 
 <pre caption = "Installing LILO">
-# <i>emerge --usepkg lilo</i>
+# <i>emerge lilo</i>
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2006-03-26 15:28 Josh Saddler
  0 siblings, 0 replies; 10+ messages in thread
From: Josh Saddler @ 2006-03-26 15:28 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/03/26 15:28:55

  Modified:             hb-install-x86-bootloader.xml
  Log:
  Fixed mtrr settings for bug 122825

Revision  Changes    Path
1.43                 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-x86-bootloader.xml	2 Feb 2006 21:36:09 -0000	1.42
+++ hb-install-x86-bootloader.xml	26 Mar 2006 15:28:55 -0000	1.43
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.42 2006/02/02 21:36:09 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.43 2006/03/26 15:28:55 nightmorph Exp $ -->
 
 <sections>
 
@@ -124,9 +124,14 @@
   </ti>
 </tr>
 <tr>
-  <ti>mtrr</ti>
+  <ti>mtrr:n</ti>
   <ti>
-    Setup MTRR registers
+    Setup MTRR registers. <c>n</c> can be:
+    0 - disabled
+    1 - uncachable
+    2 - write-back
+    3 - write-combining
+    4 - write-through
   </ti>
 </tr>
 <tr>
@@ -142,8 +147,9 @@
 
 <p>
 The result of those two statements could be something like <c>vga=0x318
-video=vesafb:mtrr,ywrap</c> or <c>video=vesafb:mtrr,ywrap,1024x768-32@85</c>. 
-Remember (or write down) this setting; you will need it shortly.
+video=vesafb:mtrr:3,ywrap</c> or
+<c>video=vesafb:mtrr:3,ywrap,1024x768-32@85</c>.  Remember (or write down) this
+setting; you will need it shortly.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2006-03-26 15:31 Josh Saddler
  0 siblings, 0 replies; 10+ messages in thread
From: Josh Saddler @ 2006-03-26 15:31 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/03/26 15:31:32

  Modified:             hb-install-x86-bootloader.xml
  Log:
  Whoops, remembered to bump version/date for the last change

Revision  Changes    Path
1.44                 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.44&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.44&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.43&r2=1.44&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- hb-install-x86-bootloader.xml	26 Mar 2006 15:28:55 -0000	1.43
+++ hb-install-x86-bootloader.xml	26 Mar 2006 15:31:32 -0000	1.44
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.43 2006/03/26 15:28:55 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.44 2006/03/26 15:31:32 nightmorph Exp $ -->
 
 <sections>
 
-<version>2.11</version>
-<date>2006-02-02</date>
+<version>2.12</version>
+<date>2006-03-26</date>
 
 <section>
 <title>Making your Choice</title>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
@ 2006-05-28 14:39 Josh Saddler
  0 siblings, 0 replies; 10+ messages in thread
From: Josh Saddler @ 2006-05-28 14:39 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/05/28 14:39:58

  Modified:             hb-install-x86-bootloader.xml
  Log:
  clarified drive numbers, bug 131394

Revision  Changes    Path
1.45                 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.45&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.45&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.44&r2=1.45&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- hb-install-x86-bootloader.xml	26 Mar 2006 15:31:32 -0000	1.44
+++ hb-install-x86-bootloader.xml	28 May 2006 14:39:58 -0000	1.45
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.44 2006/03/26 15:31:32 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.45 2006/05/28 14:39:58 nightmorph Exp $ -->
 
 <sections>
 
-<version>2.12</version>
-<date>2006-03-26</date>
+<version>2.13</version>
+<date>2006-05-28</date>
 
 <section>
 <title>Making your Choice</title>
@@ -167,10 +167,11 @@
 <body>
 
 <p>
-The most critical part of understanding GRUB is getting comfortable with
-how GRUB refers to hard drives and partitions. Your Linux partition
-<path>/dev/hda1</path> will most likely be called <path>(hd0,0)</path> under 
-GRUB. Notice the parenthesis around the <path>hd0,0</path> - they are required.
+The most critical part of understanding GRUB is getting comfortable with how
+GRUB refers to hard drives and partitions. Your Linux partition
+<path>/dev/hda1</path> (for IDE drives) or <path>/dev/sda1</path> (for
+SATA/SCSI drives) will most likely be called <path>(hd0,0)</path> under GRUB.
+Notice the parenthesis around the <path>hd0,0</path> - they are required.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-05-28 14:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-10 20:59 [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml Sven Vermeulen
  -- strict thread matches above, loose matches on Subject: below --
2005-07-30 14:56 Sven Vermeulen
2005-07-30 14:56 Sven Vermeulen
2005-08-08 14:10 swift
2005-09-07 17:02 Marcelo Goes
2005-09-07 18:53 Marcelo Goes
2005-09-17 20:09 swift
2006-03-26 15:28 Josh Saddler
2006-03-26 15:31 Josh Saddler
2006-05-28 14:39 Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox