* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-02-02 21:36 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2006-02-02 21:36 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/02/02 21:36:10
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
#121333 grub.conf example should have rootnoverify for booting windows
Revision Changes Path
1.12 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.12&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-amd64-bootloader.xml?rev=1.12&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-amd64-bootloader.xml 29 Jan 2006 22:19:48 -0000 1.11
+++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:10 -0000 1.12
@@ -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/2005.1/hb-install-amd64-bootloader.xml,v 1.11 2006/01/29 22:19:48 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.12 2006/02/02 21:36:10 neysx Exp $ -->
<sections>
-<version>5.8</version>
-<date>2006-01-29</date>
+<version>5.9</version>
+<date>2006-02-02</date>
<section>
<title>Making your Choice</title>
@@ -256,7 +256,7 @@
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
-root (hd0,5)
+rootnoverify (hd0,5)
makeactive
chainloader +1
</pre>
1.9 +4 -4 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.9&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.9&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.8&r2=1.9&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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-x86-bootloader.xml 19 Jan 2006 21:48:11 -0000 1.8
+++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:10 -0000 1.9
@@ -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/2005.1/hb-install-x86-bootloader.xml,v 1.8 2006/01/19 21:48:11 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.9 2006/02/02 21:36:10 neysx Exp $ -->
<sections>
-<version>5.4</version>
-<date>2006-01-19</date>
+<version>5.5</version>
+<date>2006-02-02</date>
<section>
<title>Making your Choice</title>
@@ -275,7 +275,7 @@
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
-root (hd0,5)
+rootnoverify (hd0,5)
makeactive
chainloader +1
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-05-28 14:37 Josh Saddler
0 siblings, 0 replies; 22+ messages in thread
From: Josh Saddler @ 2006-05-28 14:37 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/05/28 14:37:42
Modified: hb-install-amd64-bootloader.xml
Log:
clarified drive numbers, bug 131394
Revision Changes Path
1.5 xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-amd64-bootloader.xml 26 Mar 2006 15:40:54 -0000 1.4
+++ hb-install-amd64-bootloader.xml 28 May 2006 14:37:42 -0000 1.5
@@ -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/2006.0/hb-install-amd64-bootloader.xml,v 1.4 2006/03/26 15:40:54 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v 1.5 2006/05/28 14:37:42 nightmorph Exp $ -->
<sections>
-<version>6.1</version>
-<date>2006-03-26</date>
+<version>6.2</version>
+<date>2006-05-28</date>
<section>
<title>Making your Choice</title>
@@ -149,10 +149,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] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-05-28 14:36 Josh Saddler
0 siblings, 0 replies; 22+ messages in thread
From: Josh Saddler @ 2006-05-28 14:36 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/05/28 14:36:26
Modified: hb-install-amd64-bootloader.xml
Log:
clarified drive numbers, bug 131394
Revision Changes Path
1.44 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.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-amd64-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-amd64-bootloader.xml.diff?r1=1.43&r2=1.44&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.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- hb-install-amd64-bootloader.xml 26 Mar 2006 15:36:18 -0000 1.43
+++ hb-install-amd64-bootloader.xml 28 May 2006 14:36:26 -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-amd64-bootloader.xml,v 1.43 2006/03/26 15:36:18 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.44 2006/05/28 14:36:26 nightmorph Exp $ -->
<sections>
-<version>2.14</version>
-<date>2006-03-26</date>
+<version>2.15</version>
+<date>2006-05-28</date>
<section>
<title>Making your Choice</title>
@@ -149,10 +149,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] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-03-26 15:40 Josh Saddler
0 siblings, 0 replies; 22+ messages in thread
From: Josh Saddler @ 2006-03-26 15:40 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/03/26 15:40:54
Modified: hb-install-amd64-bootloader.xml
Log:
Fixed mtrr settings for bug 122825
Revision Changes Path
1.4 xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-amd64-bootloader.xml 14 Mar 2006 19:30:36 -0000 1.3
+++ hb-install-amd64-bootloader.xml 26 Mar 2006 15:40:54 -0000 1.4
@@ -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/2006.0/hb-install-amd64-bootloader.xml,v 1.3 2006/03/14 19:30:36 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v 1.4 2006/03/26 15:40:54 nightmorph Exp $ -->
<sections>
-<version>6.0</version>
-<date>2006-02-27</date>
+<version>6.1</version>
+<date>2006-03-26</date>
<section>
<title>Making your Choice</title>
@@ -115,17 +115,23 @@
</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>
</table>
<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] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-03-26 15:36 Josh Saddler
0 siblings, 0 replies; 22+ messages in thread
From: Josh Saddler @ 2006-03-26 15:36 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/03/26 15:36:18
Modified: hb-install-amd64-bootloader.xml
Log:
Fixed mtrr settings for bug 122825
Revision Changes Path
1.43 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.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-amd64-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-amd64-bootloader.xml.diff?r1=1.42&r2=1.43&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.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-amd64-bootloader.xml 14 Mar 2006 19:29:29 -0000 1.42
+++ hb-install-amd64-bootloader.xml 26 Mar 2006 15:36:18 -0000 1.43
@@ -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-amd64-bootloader.xml,v 1.42 2006/03/14 19:29:29 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.43 2006/03/26 15:36:18 nightmorph Exp $ -->
<sections>
-<version>2.13</version>
-<date>2006-02-02</date>
+<version>2.14</version>
+<date>2006-03-26</date>
<section>
<title>Making your Choice</title>
@@ -115,17 +115,23 @@
</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>
</table>
<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] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-02-02 21:36 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2006-02-02 21:36 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/02/02 21:36:11
Modified: xml/htdocs/doc/en/handbook/draft/2006.0
hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
#121333 grub.conf example should have rootnoverify for booting windows
Revision Changes Path
1.2 +2 -2 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-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/2006.0/hb-install-amd64-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/2006.0/hb-install-amd64-bootloader.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-amd64-bootloader.xml 1 Feb 2006 18:38:17 -0000 1.1
+++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:11 -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/2006.0/hb-install-amd64-bootloader.xml,v 1.1 2006/02/01 18:38:17 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml,v 1.2 2006/02/02 21:36:11 neysx Exp $ -->
<sections>
@@ -256,7 +256,7 @@
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
-root (hd0,5)
+rootnoverify (hd0,5)
makeactive
chainloader +1
</pre>
1.2 +2 -2 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/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/2006.0/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/2006.0/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/2006.0/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 1 Feb 2006 18:38:17 -0000 1.1
+++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:11 -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/2006.0/hb-install-x86-bootloader.xml,v 1.1 2006/02/01 18:38:17 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml,v 1.2 2006/02/02 21:36:11 neysx Exp $ -->
<sections>
@@ -275,7 +275,7 @@
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
-root (hd0,5)
+rootnoverify (hd0,5)
makeactive
chainloader +1
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-02-02 21:36 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2006-02-02 21:36 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/02/02 21:36:10
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
#121333 grub.conf example should have rootnoverify for booting windows
Revision Changes Path
1.41 +4 -4 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.41&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.41&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.40&r2=1.41&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.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- hb-install-amd64-bootloader.xml 29 Jan 2006 22:09:15 -0000 1.40
+++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.41
@@ -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-amd64-bootloader.xml,v 1.40 2006/01/29 22:09:15 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.41 2006/02/02 21:36:09 neysx Exp $ -->
<sections>
-<version>2.12</version>
-<date>2006-01-29</date>
+<version>2.13</version>
+<date>2006-02-02</date>
<section>
<title>Making your Choice</title>
@@ -257,7 +257,7 @@
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
-root (hd0,5)
+rootnoverify (hd0,5)
makeactive
chainloader +1
</pre>
1.42 +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.42&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.42&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.41&r2=1.42&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.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- hb-install-x86-bootloader.xml 19 Jan 2006 21:48:10 -0000 1.41
+++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.42
@@ -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.41 2006/01/19 21:48:10 neysx Exp $ -->
+<!-- $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 $ -->
<sections>
-<version>2.10</version>
-<date>2006-01-19</date>
+<version>2.11</version>
+<date>2006-02-02</date>
<section>
<title>Making your Choice</title>
@@ -275,7 +275,7 @@
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
-root (hd0,5)
+rootnoverify (hd0,5)
makeactive
chainloader +1
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-01-29 22:19 Jan Kundrat
0 siblings, 0 replies; 22+ messages in thread
From: Jan Kundrat @ 2006-01-29 22:19 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 06/01/29 22:19:49
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
Log:
#119883, mention that LILO is not supported
Revision Changes Path
1.11 +5 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.11&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-amd64-bootloader.xml?rev=1.11&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.10&r2=1.11&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-amd64-bootloader.xml 19 Jan 2006 21:48:11 -0000 1.10
+++ hb-install-amd64-bootloader.xml 29 Jan 2006 22:19:48 -0000 1.11
@@ -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/2005.1/hb-install-amd64-bootloader.xml,v 1.10 2006/01/19 21:48:11 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.11 2006/01/29 22:19:48 jkt Exp $ -->
<sections>
-<version>5.7</version>
-<date>2006-01-19</date>
+<version>5.8</version>
+<date>2006-01-29</date>
<section>
<title>Making your Choice</title>
@@ -129,7 +129,8 @@
</p>
<p>
-Now continue by installing GRUB.
+While LILO does work on AMD64, Gentoo only supports using GRUB. Now continue by
+its installation.
</p>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2006-01-29 22:09 Jan Kundrat
0 siblings, 0 replies; 22+ messages in thread
From: Jan Kundrat @ 2006-01-29 22:09 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 06/01/29 22:09:15
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
Log:
#119883, mention that LILO is not supported
Revision Changes Path
1.40 +5 -4 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.40&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.40&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.39&r2=1.40&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.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- hb-install-amd64-bootloader.xml 19 Jan 2006 21:48:10 -0000 1.39
+++ hb-install-amd64-bootloader.xml 29 Jan 2006 22:09:15 -0000 1.40
@@ -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-amd64-bootloader.xml,v 1.39 2006/01/19 21:48:10 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.40 2006/01/29 22:09:15 jkt Exp $ -->
<sections>
-<version>2.11</version>
-<date>2006-01-19</date>
+<version>2.12</version>
+<date>2006-01-29</date>
<section>
<title>Making your Choice</title>
@@ -129,7 +129,8 @@
</p>
<p>
-Now continue by installing <uri link="#grub">GRUB</uri>.
+While LILO does work on AMD64, Gentoo only supports using GRUB. Now continue by
+its <uri link="#grub">installation</uri>.
</p>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-11-25 13:33 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2005-11-25 13:33 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/25 13:33:13
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
#107181 Make grub-install work with and without a separate /boot partition
Revision Changes Path
1.9 +12 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.9&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-amd64-bootloader.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-amd64-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.8
+++ hb-install-amd64-bootloader.xml 25 Nov 2005 13:33:13 -0000 1.9
@@ -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/2005.1/hb-install-amd64-bootloader.xml,v 1.8 2005/11/24 17:26:11 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.9 2005/11/25 13:33:13 neysx Exp $ -->
<sections>
-<version>5.5</version>
-<date>2005-11-24</date>
+<version>5.6</version>
+<date>2005-11-25</date>
<section>
<title>Making your Choice</title>
@@ -316,15 +316,17 @@
<body>
<p>
-To install GRUB you will need to issue the <c>grub-install</c> command. However,
-<c>grub-install</c> won't work off-the-shelf since we are inside a chrooted
-environment. We need to update <path>/etc/mtab</path> (the file with information
-about all mounted filesystems) first: luckily there is an easy way to accomplish
-this - just copy over <path>/proc/mounts</path> to <path>/etc/mtab</path>:
+To install GRUB you will need to issue the <c>grub-install</c> command.
+However, <c>grub-install</c> won't work off-the-shelf since we are inside a
+chrooted environment. We need to create <path>/etc/mtab</path> which lists all
+mounted filesystems. Fortunately, there is an easy way to accomplish this -
+just copy over <path>/proc/mounts</path> to <path>/etc/mtab</path>, excluding
+the <c>rootfs</c> line if you haven't created a separate boot partition. The
+following command will work in both cases:
</p>
-<pre caption="Updating /etc/mtab">
-# <i>cp /proc/mounts /etc/mtab</i>
+<pre caption="Creating /etc/mtab">
+# <i>grep -v rootfs /proc/mounts > /etc/mtab</i>
</pre>
<p>
1.7 +12 -10 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.7&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.7&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.6&r2=1.7&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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-x86-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.6
+++ hb-install-x86-bootloader.xml 25 Nov 2005 13:33:13 -0000 1.7
@@ -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/2005.1/hb-install-x86-bootloader.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.7 2005/11/25 13:33:13 neysx Exp $ -->
<sections>
-<version>5.2</version>
-<date>2005-11-24</date>
+<version>5.3</version>
+<date>2005-11-25</date>
<section>
<title>Making your Choice</title>
@@ -343,15 +343,17 @@
<body>
<p>
-To install GRUB you will need to issue the <c>grub-install</c> command. However,
-<c>grub-install</c> won't work off-the-shelf since we are inside a chrooted
-environment. We need to update <path>/etc/mtab</path> (the file with information
-about all mounted filesystems) first: luckily there is an easy way to accomplish
-this - just copy over <path>/proc/mounts</path> to <path>/etc/mtab</path>:
+To install GRUB you will need to issue the <c>grub-install</c> command.
+However, <c>grub-install</c> won't work off-the-shelf since we are inside a
+chrooted environment. We need to create <path>/etc/mtab</path> which lists all
+mounted filesystems. Fortunately, there is an easy way to accomplish this -
+just copy over <path>/proc/mounts</path> to <path>/etc/mtab</path>, excluding
+the <c>rootfs</c> line if you haven't created a separate boot partition. The
+following command will work in both cases:
</p>
-<pre caption="Updating /etc/mtab">
-# <i>cp /proc/mounts /etc/mtab</i>
+<pre caption="Creating /etc/mtab">
+# <i>grep -v rootfs /proc/mounts > /etc/mtab</i>
</pre>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-11-25 13:33 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2005-11-25 13:33 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/25 13:33:12
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
#107181 Make grub-install work with and without a separate /boot partition
Revision Changes Path
1.38 +12 -10 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.38&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.38&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.37&r2=1.38&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.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- hb-install-amd64-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.37
+++ hb-install-amd64-bootloader.xml 25 Nov 2005 13:33:12 -0000 1.38
@@ -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-amd64-bootloader.xml,v 1.37 2005/11/24 17:26:10 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.38 2005/11/25 13:33:12 neysx Exp $ -->
<sections>
-<version>2.9</version>
-<date>2005-11-24</date>
+<version>2.10</version>
+<date>2005-11-25</date>
<section>
<title>Making your Choice</title>
@@ -323,15 +323,17 @@
<body>
<p>
-To install GRUB you will need to issue the <c>grub-install</c> command. However,
-<c>grub-install</c> won't work off-the-shelf since we are inside a chrooted
-environment. We need to update <path>/etc/mtab</path> (the file with information
-about all mounted filesystems) first: luckily there is an easy way to accomplish
-this - just copy over <path>/proc/mounts</path> to <path>/etc/mtab</path>:
+To install GRUB you will need to issue the <c>grub-install</c> command.
+However, <c>grub-install</c> won't work off-the-shelf since we are inside a
+chrooted environment. We need to create <path>/etc/mtab</path> which lists all
+mounted filesystems. Fortunately, there is an easy way to accomplish this -
+just copy over <path>/proc/mounts</path> to <path>/etc/mtab</path>, excluding
+the <c>rootfs</c> line if you haven't created a separate boot partition. The
+following command will work in both cases:
</p>
-<pre caption="Updating /etc/mtab">
-# <i>cp /proc/mounts /etc/mtab</i>
+<pre caption="Creating /etc/mtab">
+# <i>grep -v rootfs /proc/mounts > /etc/mtab</i>
</pre>
<p>
1.40 +12 -10 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.40&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.40&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.39&r2=1.40&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.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- hb-install-x86-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.39
+++ hb-install-x86-bootloader.xml 25 Nov 2005 13:33:12 -0000 1.40
@@ -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.39 2005/11/24 17:26:10 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.40 2005/11/25 13:33:12 neysx Exp $ -->
<sections>
-<version>2.8</version>
-<date>2005-11-24</date>
+<version>2.9</version>
+<date>2005-11-25</date>
<section>
<title>Making your Choice</title>
@@ -349,15 +349,17 @@
<body>
<p>
-To install GRUB you will need to issue the <c>grub-install</c> command. However,
-<c>grub-install</c> won't work off-the-shelf since we are inside a chrooted
-environment. We need to update <path>/etc/mtab</path> (the file with information
-about all mounted filesystems) first: luckily there is an easy way to accomplish
-this - just copy over <path>/proc/mounts</path> to <path>/etc/mtab</path>:
+To install GRUB you will need to issue the <c>grub-install</c> command.
+However, <c>grub-install</c> won't work off-the-shelf since we are inside a
+chrooted environment. We need to create <path>/etc/mtab</path> which lists all
+mounted filesystems. Fortunately, there is an easy way to accomplish this -
+just copy over <path>/proc/mounts</path> to <path>/etc/mtab</path>, excluding
+the <c>rootfs</c> line if you haven't created a separate boot partition. The
+following command will work in both cases:
</p>
-<pre caption="Updating /etc/mtab">
-# <i>cp /proc/mounts /etc/mtab</i>
+<pre caption="Creating /etc/mtab">
+# <i>grep -v rootfs /proc/mounts > /etc/mtab</i>
</pre>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-11-24 17:26 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2005-11-24 17:26 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/24 17:26:11
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
hb-install-amd64-kernel.xml
hb-install-amd64-medium.xml
hb-install-ppc64-bootloader.xml
hb-install-ppc64-kernel.xml
hb-install-ppc64-medium.xml
hb-install-sparc-bootloader.xml
hb-install-sparc-kernel.xml
hb-install-sparc-medium.xml hb-install-stage.xml
hb-install-x86-bootloader.xml
hb-install-x86-kernel.xml hb-install-x86-medium.xml
Log:
Refreshed docs for 2005.1-r1 release (See #102128)
Revision Changes Path
1.8 +10 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.8&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-amd64-bootloader.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-amd64-bootloader.xml 21 Nov 2005 18:29:52 -0000 1.7
+++ hb-install-amd64-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.8
@@ -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/2005.1/hb-install-amd64-bootloader.xml,v 1.7 2005/11/21 18:29:52 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.8 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.4</version>
-<date>2005-11-21</date>
+<version>5.5</version>
+<date>2005-11-24</date>
<section>
<title>Making your Choice</title>
@@ -201,7 +201,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.12-gentoo-r6</path>. We've
+in this guide, with kernel image <path>kernel-2.6.12-gentoo-r10</path>. We've
only extensively commented the first <path>grub.conf</path>.
</p>
@@ -233,7 +233,7 @@
title=Gentoo Linux 2.6.12
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
-kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/hda3
+kernel /boot/kernel-2.6.12-gentoo-r10 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>
@@ -248,10 +248,10 @@
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.12-gentoo-r6
+title=Gentoo Linux 2.6.12
root (hd0,0)
-kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r6
+kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r10
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -357,7 +357,7 @@
in the right commands to install the GRUB boot record onto your hard drive.
</p>
-<pre caption =" Starting the GRUB shell">
+<pre caption=" Starting the GRUB shell">
# <i>grub</i>
</pre>
@@ -389,7 +389,7 @@
Now go on, configure GRUB, shall we? :-)
</p>
-<pre caption =" Installing GRUB in the MBR">
+<pre caption=" Installing GRUB in the MBR">
grub> <i>root (hd0,0)</i> <comment>(Specify where your /boot partition resides)</comment>
grub> <i>setup (hd0)</i> <comment>(Install GRUB in the MBR)</comment>
grub> <i>quit</i> <comment>(Exit the GRUB shell)</comment>
1.6 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.6&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-amd64-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: hb-install-amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-amd64-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
+++ hb-install-amd64-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
@@ -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/2005.1/hb-install-amd64-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.3</version>
-<date>2005-11-21</date>
+<version>5.4</version>
+<date>2005-11-24</date>
<section>
<title>Timezone</title>
@@ -68,7 +68,7 @@
<pre caption="Viewing the kernel source symlink">
# <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx 1 root root 12 Jul 28 11:04 /usr/src/linux -> linux-2.6.12-gentoo-r6
+lrwxrwxrwx 1 root root 12 Jul 28 11:04 /usr/src/linux -> linux-2.6.12-gentoo-r10
</pre>
<p>
@@ -79,7 +79,7 @@
<pre caption="Changing the kernel source symlink">
# <i>rm /usr/src/linux</i>
# <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.12-gentoo-r6 linux</i>
+# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
</pre>
<p>
@@ -265,7 +265,7 @@
</p>
<pre caption="Installing the kernel">
-# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r6</i>
+# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
</pre>
<p>
@@ -274,7 +274,7 @@
</p>
<pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.12-gentoo-r6</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
</pre>
<p>
1.5 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml?rev=1.5&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-amd64-medium.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
Index: hb-install-amd64-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-amd64-medium.xml 21 Nov 2005 16:38:20 -0000 1.4
+++ hb-install-amd64-medium.xml 24 Nov 2005 17:26:11 -0000 1.5
@@ -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/2005.1/hb-install-amd64-medium.xml,v 1.4 2005/11/21 16:38:20 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v 1.5 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.1</version>
-<date>2005-11-11</date>
+<version>5.2</version>
+<date>2005-11-24</date>
<section>
<title>Hardware Requirements</title>
@@ -134,7 +134,7 @@
You can download the Universal Installation CD (and, if you want to, the
Packages CD as well) from one of our <uri
link="/main/en/mirrors.xml">mirrors</uri>. The Installation CD is located in
-the <path>releases/amd64/2005.1/installcd</path> directory;
+the <path>releases/amd64/2005.1-r1/installcd</path> directory;
the Package CD is located in the <path>releases/amd64/2005.1/packagecd</path>
directory.
</p>
@@ -214,7 +214,7 @@
</p>
<p>
-Now place the installation CD in the CD-ROM drive (duh) and reboot. You
+Now place the installation CD in the CD-ROM drive and reboot. You
should see a boot prompt. At this
screen, you can hit Enter to begin the boot process with the default
boot options, or boot the Installation CD with custom boot options by specifying
@@ -288,8 +288,8 @@
immediately press Alt-F1 to switch to verbose mode and follow the prompt. If no
selection is made in 10 seconds, the default (US keyboard) will be accepted and
the boot process will continue. Once the boot process completes, you will be
-automatically logged in to the "Live" Gentoo Linux as
-"root", the super user. You should have a root ("#") prompt
+automatically logged in to the "Live" Gentoo Linux as
+"root", the super user. You should have a root ("#") prompt
on the current console and can also switch to other consoles by pressing Alt-F2,
Alt-F3 and Alt-F4. Get back to the one you started on by pressing Alt-F1.
</p>
1.3 +16 -16 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-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-ppc64-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-ppc64-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ppc64-bootloader.xml 29 Oct 2005 07:29:55 -0000 1.2
+++ hb-install-ppc64-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.3
@@ -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/2005.1/hb-install-ppc64-bootloader.xml,v 1.2 2005/10/29 07:29:55 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.3 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-11-24</date>
<section>
<title>Making your Choice</title>
@@ -25,7 +25,7 @@
</p>
<p>
-On Linux/PPC64 we have only yaBoot as a bootloader untill grub2 is
+On Linux/PPC64 we have only yaBoot as a bootloader until grub2 is
finished.
</p>
@@ -180,9 +180,9 @@
<comment>#################
## This section can be duplicated if you have more than one kernel or set of
-## boot options - replace 2.6.12-gentoo-r4 with your kernel-version
+## boot options - replace 2.6.12-gentoo-r10 with your kernel-version
#################</comment>
-image=/boot/kernel-2.6.12-gentoo-r4
+image=/boot/kernel-2.6.12-gentoo-r10
label=Linux
root=/dev/hda3
partition=3
@@ -247,13 +247,13 @@
device=disk:
partition=2
root=/dev/sda2
-default=2.6.12-gentoo-r4
+default=2.6.12-gentoo-r10
timeout=50
-image=/boot/kernel-2.6.12-gentoo-r4
- label=2.6.12-gentoo-r4
- append="console=ttyS0,9600"
- read-only
+image=/boot/kernel-2.6.12-gentoo-r10
+ label=2.6.12-gentoo-r10
+ append="console=ttyS0,9600"
+ read-only
</pre>
<p>
@@ -265,11 +265,11 @@
<pre caption="yaboot.conf for PReP hardware">
default = linux
timeout = 100
-image=/boot/kernel-2.6.12-gentoo-r4
- label=linux
- read-only
- root = /dev/sda2
- append="root=/dev/sda2"
+image=/boot/kernel-2.6.12-gentoo-r10
+ label=linux
+ read-only
+ root = /dev/sda2
+ append="root=/dev/sda2"
</pre>
<p>
1.5 +7 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.5&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-ppc64-kernel.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-ppc64-kernel.xml 21 Nov 2005 15:37:13 -0000 1.4
+++ hb-install-ppc64-kernel.xml 24 Nov 2005 17:26:11 -0000 1.5
@@ -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/2005.1/hb-install-ppc64-kernel.xml,v 1.4 2005/11/21 15:37:13 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v 1.5 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.3</version>
-<date>2005-11-21</date>
+<version>5.4</version>
+<date>2005-11-24</date>
<section>
<title>Timezone</title>
@@ -63,8 +63,7 @@
<pre caption="Viewing the kernel source symlink">
# <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux
--> linux-2.6.12-gentoo-r4
+lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.6.12-gentoo-r10
</pre>
<p>
@@ -75,7 +74,7 @@
<pre caption="Changing the kernel source symlink">
# <i>rm /usr/src/linux</i>
# <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.12-gentoo-r4 linux</i>
+# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
</pre>
<p>
@@ -250,7 +249,7 @@
</p>
<pre caption="Installing the kernel">
-# <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r4</i>
+# <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r10</i>
</pre>
<p>
@@ -259,7 +258,7 @@
</p>
<pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.12</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
</pre>
<p>
1.6 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml?rev=1.6&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-ppc64-medium.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: hb-install-ppc64-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-ppc64-medium.xml 21 Nov 2005 16:38:20 -0000 1.5
+++ hb-install-ppc64-medium.xml 24 Nov 2005 17:26:11 -0000 1.6
@@ -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/2005.1/hb-install-ppc64-medium.xml,v 1.5 2005/11/21 16:38:20 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.3</version>
-<date>2005-11-11</date>
+<version>5.4</version>
+<date>2005-11-24</date>
<section>
<title>Hardware Requirements</title>
@@ -139,7 +139,7 @@
You can download the Universal Installation CD (and, if you want to, the
Packages CD as well) from one of our <uri
link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located
-in the <path>releases/ppc64/2005.1/installcd</path> directory;
+in the <path>releases/ppc64/2005.1-r1/installcd</path> directory;
the Package CDs are located in the <path>releases/ppc64/2005.1/packagecd</path>
directory.
</p>
1.4 +5 -5 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml?rev=1.4&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-sparc-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: hb-install-sparc-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-sparc-bootloader.xml 23 Aug 2005 20:49:05 -0000 1.3
+++ hb-install-sparc-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.4
@@ -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/2005.1/hb-install-sparc-bootloader.xml,v 1.3 2005/08/23 20:49:05 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v 1.4 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.1</version>
-<date>2005-08-23</date>
+<version>5.2</version>
+<date>2005-11-24</date>
<section>
<title>Making your Choice</title>
@@ -53,7 +53,7 @@
<p>
Below you'll find an example <path>silo.conf</path> file. It uses the
partitioning scheme we use throughout this book and
-<path>kernel-2.4.29</path> as kernelimage.
+<path>kernel-2.4.31</path> as kernelimage.
</p>
<pre caption = "Example /etc/silo.conf">
@@ -61,7 +61,7 @@
root = /dev/sda1 <comment># Root partition</comment>
timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
-image = /boot/kernel-2.4.29
+image = /boot/kernel-2.4.31
label = linux
</pre>
1.6 +8 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.6&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-sparc-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-sparc-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
+++ hb-install-sparc-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
@@ -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/2005.1/hb-install-sparc-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.3</version>
-<date>2005-11-21</date>
+<version>5.4</version>
+<date>2005-11-24</date>
<section>
<title>Timezone</title>
@@ -73,7 +73,7 @@
<pre caption="Viewing the kernel source symlink">
# <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.4.29-sparc
+lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.4.31-sparc
</pre>
<p>
@@ -84,7 +84,7 @@
<pre caption="Changing the kernel source symlink">
# <i>rm /usr/src/linux</i>
# <i>cd /usr/src</i>
-# <i>ln -s linux-2.4.29-sparc linux</i>
+# <i>ln -s linux-2.4.31-sparc linux</i>
</pre>
<p>
@@ -294,10 +294,10 @@
<pre caption="Installing the kernel">
<comment>(sparc32)</comment>
-# <i>cp vmlinux /boot/kernel-2.4.29</i>
+# <i>cp vmlinux /boot/kernel-2.4.31</i>
<comment>(sparc64)</comment>
-# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.29</i>
+# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.31</i>
</pre>
<p>
@@ -306,7 +306,7 @@
</p>
<pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.4.29</i>
+# <i>cp .config /boot/config-2.4.31</i>
</pre>
<p>
1.6 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml?rev=1.6&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-sparc-medium.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: hb-install-sparc-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-sparc-medium.xml 21 Nov 2005 16:38:20 -0000 1.5
+++ hb-install-sparc-medium.xml 24 Nov 2005 17:26:11 -0000 1.6
@@ -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/2005.1/hb-install-sparc-medium.xml,v 1.5 2005/11/21 16:38:20 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.2</version>
-<date>2005-11-11</date>
+<version>5.3</version>
+<date>2005-11-24</date>
<section>
<title>Hardware Requirements</title>
@@ -147,7 +147,7 @@
You can download the Universal Installation CD (and, if you want to, the
Packages CD as well) from one of our <uri
link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located in
-the <path>releases/sparc/2005.1/sparc64/installcd</path>
+the <path>releases/sparc/2005.1-r1/sparc64/installcd</path>
directory; the Package CDs are located in the
<path>releases/sparc/2005.1/sparc64/packagecd</path> directory.
</p>
1.9 +21 -50 xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.9&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-stage.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
Index: hb-install-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-stage.xml 11 Nov 2005 17:27:16 -0000 1.8
+++ hb-install-stage.xml 24 Nov 2005 17:26:11 -0000 1.9
@@ -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/2005.1/hb-install-stage.xml,v 1.8 2005/11/11 17:27:16 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.9 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.6</version>
-<date>2005-11-11</date>
+<version>5.7</version>
+<date>2005-11-24</date>
<section>
<title>Installing a Stage Tarball</title>
@@ -94,29 +94,20 @@
<p>
We will now extract the stage tarball of your choice. We will do this with the
-GNU <c>tar</c> tool. Make sure you use the same options (<c>-xvjpf</c>)! The
+<c>tar</c> tool. Make sure you use the same options (<c>xvjpf</c>)! The
<c>x</c> stands for <e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what
happens during the extraction process (this one is optional), the <c>j</c> for
<e>Decompress with bzip2</e>, the <c>p</c> for <e>Preserve permissions</e> and
-the <c>f</c> to denote that we want to extract a file, not standard input. In
+the <c>f</c> to denote that we want to extract a file, not standard input. In
the next example, we extract the stage tarball
-<path>stage3-<subarch>-2005.1.tar.bz2</path>. Be sure to substitute the
-tarball filename with your stage.
+<path>stage3-<subarch>-2005.1-r1.tar.bz2</path>. Be sure to substitute
+the tarball filename with your stage.
</p>
<pre caption="Extracting the stage tarball">
-# <i>tar -xvjpf /mnt/cdrom/stages/stage3-<subarch>-2005.1.tar.bz2</i>
+# <i>tar xvjpf /mnt/cdrom/stages/stage3-<subarch>-2005.1-r1.tar.bz2</i>
</pre>
-<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
-<warn>
-The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
-<path>stage3-pentium3-2005.1.tar.bz2</path> and
-<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
-error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
-the error <e>before</e> continuing with the installation.
-</warn>
-
<p>
Now that the stage is installed, continue with <uri
link="#installing_portage">Installing Portage</uri>.
@@ -163,13 +154,13 @@
</p>
<p>
-Pick the <path>releases/</path> directory, followed by your architecture (for
-instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path>)
-to finish up with the <path>stages/</path> directory. There you should see all
-available stage files for your architecture (they might be stored within
-subdirectories named to the individual sub architectures). Select one and
-press <c>D</c> to download. When you're finished, press <c>Q</c> to quit the
-browser.
+Pick the <path>releases/</path> directory, followed by your architecture (for
+instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path> or
+<path>2005.1-r1/</path> if available) to finish up with the <path>stages/</path>
+directory. There you should see all available stage files for your architecture
+(they might be stored within subdirectories named to the individual sub
+architectures). Select one and press <c>D</c> to download. When you're
+finished, press <c>Q</c> to quit the browser.
</p>
<pre caption="Surfing to the mirror listing with links2">
@@ -191,8 +182,8 @@
</p>
<pre caption="Example checking integrity of a stage tarball">
-# <i>md5sum -c stage3-x86-2005.1.tar.bz2.md5</i>
-stage3-x86-2005.1.tar.bz2: OK
+# <i>md5sum -c stage3-x86-2005.1-r1.tar.bz2.md5</i>
+stage3-x86-2005.1-r1.tar.bz2: OK
</pre>
</body>
@@ -202,31 +193,22 @@
<body>
<p>
-Now unpack your downloaded stage onto your system. We use GNU's <c>tar</c> to
-proceed as it is the easiest method:
+Now unpack your downloaded stage onto your system. We use <c>tar</c> to proceed
+as it is the easiest method:
</p>
<pre caption="Unpacking the stage">
-# <i>tar -xvjpf stage3-*.tar.bz2</i>
+# <i>tar xvjpf stage3-*.tar.bz2</i>
</pre>
<p>
-Make sure that you use the same options (<c>-xvjpf</c>). The <c>x</c> stands
+Make sure that you use the same options (<c>xvjpf</c>). The <c>x</c> stands
for <e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during
the extraction process (this one is optional), the <c>j</c> for <e>Decompress
with bzip2</e>, the <c>p</c> for <e>Preserve permissions</e> and the <c>f</c>
to denote that we want to extract a file, not standard input.
</p>
-<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
-<warn>
-The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
-<path>stage3-pentium3-2005.1.tar.bz2</path> and
-<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
-error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
-the error <e>before</e> continuing with the installation.
-</warn>
-
<p>
Now that the stage is installed, continue with <uri
link="#installing_portage">Installing Portage</uri>.
@@ -257,15 +239,7 @@
to see what snapshot is available:
</p>
-<warn>
-The Portage snapshot on the <b>x86</b> universal CD is named
-<path>/mnt/cdrom/snapshot/portage-2005.1.tar.bz2</path>.
-</warn>
-
<pre caption="Checking the /mnt/cdrom/snapshots content">
-<comment>(x86 only)</comment>
-# <i>ls /mnt/cdrom/snapshot</i>
-<comment>(All other architectures)</comment>
# <i>ls /mnt/cdrom/snapshots</i>
</pre>
@@ -278,9 +252,6 @@
</p>
<pre caption="Extracting a Portage snapshot">
-<comment>(x86 only)</comment>
-# <i>tar -xvjf /mnt/cdrom/snapshot/portage-2005.1.tar.bz2 -C /mnt/gentoo/usr</i>
-<comment>(All other architectures)</comment>
# <i>tar -xvjf /mnt/cdrom/snapshots/portage-<date>.tar.bz2 -C /mnt/gentoo/usr</i>
</pre>
1.6 +14 -14 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.6&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.6&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.5&r2=1.6&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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-x86-bootloader.xml 21 Nov 2005 18:29:52 -0000 1.5
+++ hb-install-x86-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.6
@@ -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/2005.1/hb-install-x86-bootloader.xml,v 1.5 2005/11/21 18:29:52 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.1</version>
-<date>2005-11-21</date>
+<version>5.2</version>
+<date>2005-11-24</date>
<section>
<title>Making your Choice</title>
@@ -250,10 +250,10 @@
# Comment out if you don't have a graphics card installed</comment>
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.11-r11
+title=Gentoo Linux 2.6.12-r10
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
-kernel /boot/kernel-2.6.11-gentoo-r11 root=/dev/hda3
+kernel /boot/kernel-2.6.12-gentoo-r10 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>
@@ -268,10 +268,10 @@
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.11-r11
+title=Gentoo Linux 2.6.12-r10
root (hd0,0)
-kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r11 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r11
+kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r10
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -515,25 +515,25 @@
read-write mounting.
</note>
-<pre caption = "Example /etc/lilo.conf">
+<pre caption="Example /etc/lilo.conf">
boot=/dev/hda <comment># Install LILO in the MBR</comment>
prompt <comment># Give the user the chance to select another section</comment>
timeout=50 <comment># Wait 5 (five) seconds before booting the default section</comment>
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-r11
+image=/boot/kernel-2.6.12-gentoo-r10
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-genkernel-x86-2.6.11-gentoo-r11
+image=/boot/kernel-genkernel-x86-2.6.12-gentoo-r10
label=gentoo
read-only
root=/dev/ram0
append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
- initrd=/boot/initramfs-genkernel-x86-2.6.11-gentoo-r11
+ initrd=/boot/initramfs-genkernel-x86-2.6.12-gentoo-r10
<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>
@@ -552,8 +552,8 @@
<c>video</c> statement to enable framebuffer:
</p>
-<pre caption = "Using append to add kernel options">
-image=/boot/kernel-2.6.11-gentoo-r11
+<pre caption="Using append to add kernel options">
+image=/boot/kernel-2.6.12-gentoo-r10
label=gentoo
read-only
root=/dev/hda3
1.6 +10 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.6&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-kernel.xml?rev=1.6&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-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: hb-install-x86-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-x86-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
+++ hb-install-x86-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
@@ -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/2005.1/hb-install-x86-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.3</version>
-<date>2005-11-21</date>
+<version>5.4</version>
+<date>2005-11-24</date>
<section>
<title>Timezone</title>
@@ -73,24 +73,24 @@
<p>
When you take a look in <path>/usr/src</path> you should see a symlink called
<path>linux</path> pointing to your kernel source. We will assume the kernel
-source installed is <c>gentoo-sources-2.6.11-r3</c>:
+source installed is <c>gentoo-sources-2.6.12-r10</c>:
</p>
<pre caption="Viewing the kernel source symlink">
# <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.6.11-gentoo-r3
+lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.6.12-gentoo-r10
</pre>
<p>
If the symlink doesn't point to the kernel source of your choice (note that
-<c>linux-2.6.11-gentoo-r3</c> is merely an example) you should change it to the
+<c>linux-2.6.12-gentoo-r10</c> is merely an example) you should change it to the
right kernel:
</p>
<pre caption="Changing the kernel source symlink">
# <i>rm /usr/src/linux</i>
# <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.11-gentoo-r3 linux</i>
+# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
</pre>
<p>
@@ -296,13 +296,13 @@
<p>
When the kernel has finished compiling, copy the kernel image to
<path>/boot</path>. From here onwards we assume that the kernel you are
-installing is the 2.6.11-r3 version of the <c>gentoo-sources</c>. Use whatever
+installing is the 2.6.12-r10 version of the <c>gentoo-sources</c>. Use whatever
name you feel is appropriate for your choice and remember it as you will need
it later on when you configure your bootloader.
</p>
<pre caption="Installing the kernel">
-# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.11-gentoo-r3</i>
+# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
</pre>
<p>
@@ -311,7 +311,7 @@
</p>
<pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.11-gentoo-r3</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
</pre>
<p>
1.7 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml?rev=1.7&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-medium.xml?rev=1.7&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-medium.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
Index: hb-install-x86-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-x86-medium.xml 21 Nov 2005 16:38:20 -0000 1.6
+++ hb-install-x86-medium.xml 24 Nov 2005 17:26:11 -0000 1.7
@@ -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/2005.1/hb-install-x86-medium.xml,v 1.6 2005/11/21 16:38:20 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v 1.7 2005/11/24 17:26:11 neysx Exp $ -->
<sections>
-<version>5.3</version>
-<date>2005-11-12</date>
+<version>5.4</version>
+<date>2005-11-24</date>
<section>
<title>Hardware Requirements</title>
@@ -130,7 +130,7 @@
You can download the Universal Installation CDs (and, if you want to, the
Packages CD as well) from one of our <uri
link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located in
-the <path>releases/x86/2005.1/installcd</path> directory;
+the <path>releases/x86/2005.1-r1/installcd</path> directory;
the Package CDs are located in the <path>releases/x86/2005.1/packagecd</path>
directory.
</p>
@@ -219,7 +219,7 @@
</p>
<p>
-Now place the installation CD in the CD-ROM drive (duh) and reboot. You
+Now place the installation CD in the CD-ROM drive and reboot. You
should see a boot prompt. At this screen, you can hit Enter to begin the
boot process with the default boot options, or boot the Installation CD with
custom boot options by specifying a kernel followed by boot options and then
@@ -301,8 +301,8 @@
immediately press Alt-F1 to switch to verbose mode and follow the prompt. If no
selection is made in 10 seconds the default (US keyboard) will be accepted and
the boot process will continue. Once the boot process completes, you will be
-automatically logged in to the "Live" Gentoo Linux as
-"root", the super user. You should have a root ("#") prompt
+automatically logged in to the "Live" Gentoo Linux as
+"root", the super user. You should have a root ("#") prompt
on the current console and can also switch to other consoles by pressing Alt-F2,
Alt-F3 and Alt-F4. Get back to the one you started on by pressing Alt-F1.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-11-24 17:26 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2005-11-24 17:26 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/24 17:26:10
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
hb-install-amd64-kernel.xml
hb-install-amd64-medium.xml
hb-install-ppc64-bootloader.xml
hb-install-ppc64-kernel.xml
hb-install-ppc64-medium.xml
hb-install-sparc-bootloader.xml
hb-install-sparc-kernel.xml
hb-install-sparc-medium.xml hb-install-stage.xml
hb-install-x86-bootloader.xml
hb-install-x86-kernel.xml hb-install-x86-medium.xml
Log:
Refreshed docs for 2005.1-r1 release (See #102128)
Revision Changes Path
1.37 +9 -9 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.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-amd64-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-amd64-bootloader.xml.diff?r1=1.36&r2=1.37&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.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- hb-install-amd64-bootloader.xml 21 Nov 2005 18:29:51 -0000 1.36
+++ hb-install-amd64-bootloader.xml 24 Nov 2005 17:26:10 -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-amd64-bootloader.xml,v 1.36 2005/11/21 18:29:51 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.37 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.8</version>
-<date>2005-11-21</date>
+<version>2.9</version>
+<date>2005-11-24</date>
<section>
<title>Making your Choice</title>
@@ -201,7 +201,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.12-gentoo-r6</path>. We've
+in this guide, with kernel image <path>kernel-2.6.12-gentoo-r10</path>. We've
only extensively commented the first <path>grub.conf</path>.
</p>
@@ -233,7 +233,7 @@
title=Gentoo Linux 2.6.12
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
-kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/hda3
+kernel /boot/kernel-2.6.12-gentoo-r10 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>
@@ -251,8 +251,8 @@
title=Gentoo Linux 2.6.12
root (hd0,0)
-kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r6
+kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r10
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -364,7 +364,7 @@
in the right commands to install the GRUB boot record onto your hard drive.
</p>
-<pre caption =" Starting the GRUB shell">
+<pre caption=" Starting the GRUB shell">
# <i>grub</i>
</pre>
@@ -396,7 +396,7 @@
Now go on, configure GRUB, shall we? :-)
</p>
-<pre caption =" Installing GRUB in the MBR">
+<pre caption=" Installing GRUB in the MBR">
grub> <i>root (hd0,0)</i> <comment>(Specify where your /boot partition resides)</comment>
grub> <i>setup (hd0)</i> <comment>(Install GRUB in the MBR)</comment>
grub> <i>quit</i> <comment>(Exit the GRUB shell)</comment>
1.33 +5 -5 xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.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-kernel.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-kernel.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo
Index: hb-install-amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-amd64-kernel.xml 21 Nov 2005 15:37:12 -0000 1.32
+++ hb-install-amd64-kernel.xml 24 Nov 2005 17:26:10 -0000 1.33
@@ -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-amd64-kernel.xml,v 1.32 2005/11/21 15:37:12 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v 1.33 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.9</version>
-<date>2005-11-21</date>
+<version>2.10</version>
+<date>2005-11-24</date>
<section>
<title>Timezone</title>
@@ -273,7 +273,7 @@
</p>
<pre caption="Installing the kernel">
-# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r6</i>
+# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
</pre>
<p>
@@ -282,7 +282,7 @@
</p>
<pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.12-gentoo-r6</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
</pre>
<p>
1.41 +14 -15 xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml?rev=1.41&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-medium.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo
Index: hb-install-amd64-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- hb-install-amd64-medium.xml 21 Nov 2005 16:38:19 -0000 1.40
+++ hb-install-amd64-medium.xml 24 Nov 2005 17:26:10 -0000 1.41
@@ -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-amd64-medium.xml,v 1.40 2005/11/21 16:38:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml,v 1.41 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.10</version>
-<date>2005-11-11</date>
+<version>2.11</version>
+<date>2005-11-24</date>
<section>
<title>Hardware Requirements</title>
@@ -113,10 +113,10 @@
<body>
<p>
-The Minimal Installation CD is called
-<c>install-amd64-minimal-2005.1.iso</c> and
-takes up only 75 MB of diskspace. You can use this Installation CD to install
-Gentoo, but always with a working Internet connection only.
+The Minimal Installation CD is called
+<c>install-amd64-minimal-2005.1-r1.iso</c> and takes up only 67 MB of
+diskspace. You can use this Installation CD to install Gentoo, but always with
+a working Internet connection only.
</p>
<table>
@@ -144,12 +144,11 @@
<body>
<p>
-The Universal Installation CD is called
-<c>install-amd64-universal-2005.1.iso</c> and consumes the entire surface
-of a 352 MB CD. You can use this Installation CD to install
-Gentoo, and you can even use it to install Gentoo without a working internet
-connection, just in case you want to bring Gentoo to another PC than the one you
-are currently installing Gentoo on :)
+The Universal Installation CD is called
+<c>install-amd64-universal-2005.1-r1.iso</c> and takes up 393 MB. You can use
+this Installation CD to install Gentoo, and you can even use it to install
+Gentoo without a working internet connection, just in case you want to bring
+Gentoo to another PC than the one you are currently installing Gentoo on :)
</p>
<table>
@@ -226,7 +225,7 @@
<p>
You can download any of the Installation CDs (and, if you want to, a Packages
CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
-Installation CDs are located in the <path>releases/amd64/2005.1/installcd</path>
+Installation CDs are located in the <path>releases/amd64/2005.1-r1/installcd</path>
directory.
</p>
@@ -238,7 +237,7 @@
<p>
In case you wonder if your downloaded file is corrupted or not, you can
check its MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-amd64-minimal-2005.1.iso.md5</path>). You can check the MD5
+<path>install-amd64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
</p>
1.19 +9 -9 xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo
Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-ppc64-bootloader.xml 29 Oct 2005 07:29:55 -0000 1.18
+++ hb-install-ppc64-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.19
@@ -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-ppc64-bootloader.xml,v 1.18 2005/10/29 07:29:55 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.19 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.3</version>
-<date>2005-10-06</date>
+<version>2.4</version>
+<date>2005-11-24</date>
<section>
<title>Making your Choice</title>
@@ -167,9 +167,9 @@
<comment>#################
## This section can be duplicated if you have more than one kernel or set of
-## boot options - replace 2.6.9 with your kernel-version
+## boot options - replace 2.6.12 with your kernel-version
#################</comment>
-image=/boot/kernel-2.6.9
+image=/boot/kernel-2.6.12-gentoo-r10
label=Linux
root=/dev/hda3
partition=3
@@ -230,14 +230,14 @@
<li>That's it!</li>
</ul>
-<pre caption = "yaboot.conf for IBM hardware">
+<pre caption="yaboot.conf for IBM hardware">
device=disk:
partition=2
root=/dev/sda2
-default=2.6.8-gentoo-r3
+default=2.6.12-gentoo-r10
timeout=50
-image=/boot/vmlinux-2.6.8-gentoo-r3
+image=/boot/kernel-2.6.12-gentoo-r10
label=2.6.8-gentoo-r3
append="console=ttyS0,9600"
read-only
@@ -252,7 +252,7 @@
<pre caption="yaboot.conf for PReP hardware">
default = linux
timeout = 100
-image=/boot/vmlinux
+image=/boot/kernel-2.6.12-gentoo-r10
label=linux
read-only
root = /dev/sda2
1.21 +7 -8 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-ppc64-kernel.xml 21 Nov 2005 15:37:12 -0000 1.20
+++ hb-install-ppc64-kernel.xml 24 Nov 2005 17:26:10 -0000 1.21
@@ -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-ppc64-kernel.xml,v 1.20 2005/11/21 15:37:12 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.21 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.8</version>
-<date>2005-11-21</date>
+<version>2.9</version>
+<date>2005-11-24</date>
<section>
<title>Timezone</title>
@@ -63,8 +63,7 @@
<pre caption="Viewing the kernel source symlink">
# <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux
--> linux-2.6.7-gentoo-r8
+lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.6.12-gentoo-r10
</pre>
<p>
@@ -75,7 +74,7 @@
<pre caption="Changing the kernel source symlink">
# <i>rm /usr/src/linux</i>
# <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.7-gentoo-r8 linux</i>
+# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
</pre>
<p>
@@ -241,7 +240,7 @@
</p>
<pre caption="Installing the kernel">
-(Apple/IBM) # <i>cp vmlinux /boot/kernel-2.6.7-gentoo-r8</i>
+(Apple/IBM) # <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r10</i>
</pre>
<p>
@@ -250,7 +249,7 @@
</p>
<pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.7-gentoo-r8</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
</pre>
<p>
1.27 +60 -12 xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.27&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml.diff?r1=1.26&r2=1.27&cvsroot=gentoo
Index: hb-install-ppc64-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hb-install-ppc64-medium.xml 21 Nov 2005 16:38:19 -0000 1.26
+++ hb-install-ppc64-medium.xml 24 Nov 2005 17:26:10 -0000 1.27
@@ -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-ppc64-medium.xml,v 1.26 2005/11/21 16:38:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 1.27 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.8</version>
-<date>2005-11-11</date>
+<version>2.9</version>
+<date>2005-11-24</date>
<section>
<title>Hardware Requirements</title>
@@ -92,9 +92,25 @@
</p>
<p>
-For the PowerPC64 architecture, we only supply a <e>Minimal</e> Installation CD,
-a small, no-nonsense, bootable CD which sole purpose is to boot the system,
-prepare the networking and continue with the Gentoo installation.
+The two Installation CDs that we currently provide are:
+</p>
+
+<ul>
+ <li>
+ The Gentoo <e>Minimal</e> Installation CD, a small, no-nonsense, bootable
+ CD which sole purpose is to boot the system, prepare the networking and
+ continue with the Gentoo installation.
+ </li>
+ <li>
+ The Gentoo <e>Universal</e> Installation CD, a bootable CD with the same
+ abilities as the Minimal Installation CD. Additionally, it contains
+ several stage3 tarballs (optimized for the individual subarchitectures).
+ </li>
+</ul>
+
+<p>
+To help you decide which Installation CD you need, we have written down the
+major advantages and disadvantages of each Installation CD.
</p>
</body>
@@ -105,8 +121,7 @@
<p>
The Minimal Installation CD is called
-<c>install-ppc64-g5-minimal-2005.1.iso</c> or
-<c>install-ppc64-ibm-minimal-2005.1.iso</c> and takes up only 350 MB of
+<c>install-ppc64-minimal-2005.1-r1.iso</c> and takes up only 143 MB of
diskspace. You can use this Installation CD to install Gentoo, but always with a
working Internet connection only.
</p>
@@ -132,6 +147,39 @@
</body>
</subsection>
<subsection>
+<title>Gentoo's Universal Installation CD</title>
+<body>
+
+<p>
+The Universal Installation CD is called
+<c>install-ppc64-universal-2005.1-r1.iso</c> and uses
+486 MB. You can use this Installation CD to install Gentoo, and you can
+even use it to install Gentoo without a working internet
+connection, just in case you want to bring Gentoo to another PC than the one you
+are currently installing Gentoo on :)
+</p>
+
+<table>
+<tr>
+ <th>Universal Installation CD</th>
+ <th>Pros and Cons</th>
+</tr>
+<tr>
+ <th>+</th>
+ <ti>
+ Contains everything you need. You can even install without a network
+ connection.
+ </ti>
+</tr>
+<tr>
+ <th>-</th>
+ <ti>Huge download</ti>
+</tr>
+</table>
+
+</body>
+</subsection>
+<subsection>
<title>The Stage3 Tarball</title>
<body>
@@ -163,10 +211,10 @@
</p>
<p>
-You can download any of the Installation CDs (and, if you want to, a Packages
+You can download any of the Installation CDs (and, if you want to, a Packages
CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
-Installation CDs are located in the <path>releases/ppc64/2005.1/installcd</path>
-directory.
+Installation CDs are located in the
+<path>releases/ppc64/2005.1-r1/installcd</path> directory.
</p>
<p>
@@ -177,7 +225,7 @@
<p>
In case you wonder if your downloaded file is corrupted or not, you can
check its MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-ppc64-g5-minimal-2005.1.iso.md5</path>). You can check the MD5
+<path>install-ppc64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
</p>
1.15 +5 -5 xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.15&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.15&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo
Index: hb-install-sparc-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-sparc-bootloader.xml 23 Aug 2005 20:49:05 -0000 1.14
+++ hb-install-sparc-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.15
@@ -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-sparc-bootloader.xml,v 1.14 2005/08/23 20:49:05 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.15 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.1</version>
-<date>2005-08-23</date>
+<version>2.2</version>
+<date>2005-11-24</date>
<section>
<title>Making your Choice</title>
@@ -53,7 +53,7 @@
<p>
Below you'll find an example <path>silo.conf</path> file. It uses the
partitioning scheme we use throughout this book and
-<path>kernel-2.4.29</path> as kernelimage.
+<path>kernel-2.4.31</path> as kernelimage.
</p>
<pre caption = "Example /etc/silo.conf">
@@ -61,7 +61,7 @@
root = /dev/sda1 <comment># Root partition</comment>
timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
-image = /boot/kernel-2.4.29
+image = /boot/kernel-2.4.31
label = linux
</pre>
1.21 +7 -7 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-sparc-kernel.xml 21 Nov 2005 15:37:12 -0000 1.20
+++ hb-install-sparc-kernel.xml 24 Nov 2005 17:26:10 -0000 1.21
@@ -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-sparc-kernel.xml,v 1.20 2005/11/21 15:37:12 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.21 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.5</version>
-<date>2005-11-21</date>
+<version>2.6</version>
+<date>2005-11-24</date>
<section>
<title>Timezone</title>
@@ -73,7 +73,7 @@
<pre caption="Viewing the kernel source symlink">
# <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.4.29-sparc
+lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.4.31-sparc
</pre>
<p>
@@ -84,7 +84,7 @@
<pre caption="Changing the kernel source symlink">
# <i>rm /usr/src/linux</i>
# <i>cd /usr/src</i>
-# <i>ln -s linux-2.4.29-sparc linux</i>
+# <i>ln -s linux-2.4.31-sparc linux</i>
</pre>
<p>
@@ -332,7 +332,7 @@
# <i>cp vmlinux /boot/kernel-2.4.29</i>
<comment>(For 2.4 kernel, sparc64)</comment>
-# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.29</i>
+# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.31</i>
<comment>(For 2.6 kernel, sparc32)</comment>
# <i>cp arch/sparc/boot/image /boot/kernel-2.6.11</i>
@@ -347,7 +347,7 @@
</p>
<pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.4.29</i>
+# <i>cp .config /boot/config-2.4.31</i>
</pre>
<p>
1.38 +12 -13 xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.38&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.38&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml.diff?r1=1.37&r2=1.38&cvsroot=gentoo
Index: hb-install-sparc-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- hb-install-sparc-medium.xml 21 Nov 2005 16:38:19 -0000 1.37
+++ hb-install-sparc-medium.xml 24 Nov 2005 17:26:10 -0000 1.38
@@ -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-sparc-medium.xml,v 1.37 2005/11/21 16:38:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.38 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.6</version>
-<date>2005-11-11</date>
+<version>2.7</version>
+<date>2005-11-24</date>
<section>
<title>Hardware Requirements</title>
@@ -126,8 +126,8 @@
<body>
<p>
-The Minimal Installation CD is called <c>install-sparc64-minimal-2005.1.iso</c>
-and takes up only 130 MB of diskspace. You can use this Installation CD to
+The Minimal Installation CD is called <c>install-sparc64-minimal-2005.1-r1.iso</c>
+and takes up only 32 MB of diskspace. You can use this Installation CD to
install Gentoo, but always with a working Internet connection only.
</p>
@@ -156,12 +156,11 @@
<body>
<p>
-The Universal Installation CD is called
-<c>install-sparc-universal-2005.1.iso</c> and consumes the entire surface of a
-650 MB CD. You can use this Installation CD to install
-Gentoo, and you can even use it to install Gentoo without a working internet
-connection, just in case you want to bring Gentoo to another PC than the one you
-are currently installing Gentoo on :)
+The Universal Installation CD is called
+<c>install-sparc-universal-2005.1.iso</c> and use 525 MB. You can use this
+Installation CD to install Gentoo, and you can even use it to install Gentoo
+without a working internet connection, just in case you want to bring Gentoo to
+another PC than the one you are currently installing Gentoo on :)
</p>
<table>
@@ -239,7 +238,7 @@
You can download any of the Installation CDs (and, if you want to, a Packages
CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
Installation CDs are located in the
-<path>releases/sparc/2005.1/sparc64/installcd</path> directory.
+<path>releases/sparc/2005.1-r1/sparc64/installcd</path> directory.
</p>
<p>
@@ -250,7 +249,7 @@
<p>
In case you wonder if your downloaded file is corrupted or not, you can check its
MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-sparc64-minimal-2005.1.iso.md5</path>). You can check the MD5
+<path>install-sparc64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
</p>
1.91 +33 -52 xml/htdocs/doc/en/handbook/hb-install-stage.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.91&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.91&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml.diff?r1=1.90&r2=1.91&cvsroot=gentoo
Index: hb-install-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- hb-install-stage.xml 11 Nov 2005 17:27:15 -0000 1.90
+++ hb-install-stage.xml 24 Nov 2005 17:26:10 -0000 1.91
@@ -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-stage.xml,v 1.90 2005/11/11 17:27:15 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.91 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.6</version>
-<date>2005-11-11</date>
+<version>2.7</version>
+<date>2005-11-24</date>
<section>
<title>Installing a Stage Tarball</title>
@@ -107,13 +107,13 @@
</p>
<p>
-Pick the <path>releases/</path> directory, followed by your architecture (for
-instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path>)
-to finish up with the <path>stages/</path> directory. There you should see all
-available stage files for your architecture (they might be stored within
-subdirectories named to the individual sub architectures). Select one and
-press <c>D</c> to download. When you're finished, press <c>Q</c> to quit the
-browser.
+Pick the <path>releases/</path> directory, followed by your architecture (for
+instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path> or
+<path>2005.1-r1/</path> if available) to finish up with the
+<path>stages/</path> directory. There you should see all available stage files
+for your architecture (they might be stored within subdirectories named to the
+individual sub architectures). Select one and press <c>D</c> to download. When
+you're finished, press <c>Q</c> to quit the browser.
</p>
<pre caption="Surfing to the mirror listing with links2">
@@ -124,8 +124,8 @@
</pre>
<p>
-Make sure you download a stage3 tarball - installations using a stage1 or stage2
-tarball are not supported anymore.
+Make sure you download a <b>stage3</b> tarball - installations using a stage1
+or stage2 tarball are not supported anymore.
</p>
<p>
@@ -135,8 +135,8 @@
</p>
<pre caption="Example checking integrity of a stage tarball">
-# <i>md5sum -c stage3-x86-2005.1.tar.bz2.md5</i>
-stage3-x86-2005.1.tar.bz2: OK
+# <i>md5sum -c stage3-x86-2005.1-r1.tar.bz2.md5</i>
+stage3-x86-2005.1-r1.tar.bz2: OK
</pre>
</body>
@@ -146,36 +146,26 @@
<body>
<p>
-Now unpack your downloaded stage onto your system. We use GNU's <c>tar</c> to
-proceed as it is the easiest method:
+Now unpack your downloaded stage onto your system. We use <c>tar</c> to proceed
+as it is the easiest method:
</p>
<pre caption="Unpacking the stage">
-# <i>tar -xvjpf stage3-*.tar.bz2</i>
+# <i>tar xvjpf stage3-*.tar.bz2</i>
</pre>
<p>
-Make sure that you use the same options (<c>-xvjpf</c>). The <c>x</c> stands for
-<e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during the
-extraction process (okay, yes, this is optional),
-the <c>j</c> for <e>Decompress with bzip2</e>, the <c>p</c> for <e>Preserve
-permissions</e> and the <c>f</c> to denote that we want to extract a file, not
-standard input.
-</p>
-
-<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
-<warn>
-The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
-<path>stage3-pentium3-2005.1.tar.bz2</path> and
-<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
-error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
-the error <e>before</e> continuing with the installation.
-</warn>
+Make sure that you use the same options (<c>xvjpf</c>). The <c>x</c> stands for
+<e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during the
+extraction process (optional), the <c>j</c> for <e>Decompress with bzip2</e>,
+the <c>p</c> for <e>Preserve permissions</e> and the <c>f</c> to denote that we
+want to extract a file, not standard input.
+</p>
<note>
Some architectures (e.g. MIPS) Installation CDs and boot images rely upon the
-<c>tar</c> built into BusyBox which doesn't currently support the <c>-v</c>
-option. Therefore it may not work.
+<c>tar</c> built into BusyBox which doesn't currently support the <c>v</c>
+option. Use the <c>xjpf</c> options instead.
</note>
<p>
@@ -221,27 +211,18 @@
</pre>
<p>
-We will now extract the stage tarball of your choice. We will do this with the
-GNU <c>tar</c> tool. Make sure you use the same options (<c>-xvjpf</c>)! Again,
-the <c>v</c> argument is optional and not supported in some <c>tar</c> versions.
-In the next example, we extract the stage tarball
-<path>stage3-<subarch>-2005.1.tar.bz2</path>.
-Be sure to substitute the tarball filename with your stage.
+We will now extract the stage tarball of your choice. We will do this with
+<c>tar</c>. Make sure you use the same options (<c>xvjpf</c>) The <c>v</c>
+argument is optional and not supported in some <c>tar</c> versions. In the
+next example, we extract the stage tarball
+<path>stage3-<subarch>-2005.1-r1.tar.bz2</path>. Be sure to substitute
+the tarball filename with your stage.
</p>
<pre caption="Extracting the stage tarball">
-# <i>tar -xvjpf /mnt/cdrom/stages/stage3-<subarch>-2005.1.tar.bz2</i>
+# <i>tar xvjpf /mnt/cdrom/stages/stage3-<subarch>-2005.1-r1.tar.bz2</i>
</pre>
-<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
-<warn>
-The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
-<path>stage3-pentium3-2005.1.tar.bz2</path> and
-<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
-error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
-the error <e>before</e> continuing with the installation.
-</warn>
-
<p>
Now that the stage is installed, continue with <uri
link="#installing_portage">Installing Portage</uri>.
@@ -296,7 +277,7 @@
<pre caption="Extracting the Portage snapshot">
<comment>(Substitute <date> with the datestamp of the downloaded snapshot)</comment>
-# <i>tar -xvjf /mnt/gentoo/portage-<date>.tar.bz2 -C /mnt/gentoo/usr</i>
+# <i>tar xvjf /mnt/gentoo/portage-<date>.tar.bz2 -C /mnt/gentoo/usr</i>
</pre>
</body>
1.39 +14 -14 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.39&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.39&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.38&r2=1.39&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.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-x86-bootloader.xml 21 Nov 2005 18:29:51 -0000 1.38
+++ hb-install-x86-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.39
@@ -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.38 2005/11/21 18:29:51 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.39 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.7</version>
-<date>2005-11-21</date>
+<version>2.8</version>
+<date>2005-11-24</date>
<section>
<title>Making your Choice</title>
@@ -250,10 +250,10 @@
# Comment out if you don't have a graphics card installed</comment>
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.11-r3
+title=Gentoo Linux 2.6.12-r10
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
-kernel /boot/kernel-2.6.11-gentoo-r3 root=/dev/hda3
+kernel /boot/kernel-2.6.12-gentoo-r10 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>
@@ -268,10 +268,10 @@
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.11-r3
+title=Gentoo Linux 2.6.12-r10
root (hd0,0)
-kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r3
+kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r10
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -390,7 +390,7 @@
in the right commands to install the GRUB boot record onto your hard drive.
</p>
-<pre caption=" Starting the GRUB shell">
+<pre caption="Starting the GRUB shell">
# <i>grub</i>
</pre>
@@ -422,7 +422,7 @@
Now go on, configure GRUB, shall we? :-)
</p>
-<pre caption=" Installing GRUB in the MBR">
+<pre caption="Installing GRUB in the MBR">
grub> <i>root (hd0,0)</i> <comment>(Specify where your /boot partition resides)</comment>
grub> <i>setup (hd0)</i> <comment>(Install GRUB in the MBR)</comment>
grub> <i>quit</i> <comment>(Exit the GRUB shell)</comment>
@@ -528,18 +528,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.12-gentoo-r10
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-genkernel-x86-2.6.11-gentoo-r3
+image=/boot/kernel-genkernel-x86-2.6.12-gentoo-r10
label=gentoo
read-only
root=/dev/ram0
append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
- initrd=/boot/initramfs-genkernel-2.6.11-gentoo-r3
+ initrd=/boot/initramfs-genkernel-2.6.12-gentoo-r10
<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>
@@ -565,7 +565,7 @@
</p>
<pre caption = "Using append to add kernel options">
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-2.6.12-gentoo-r10
label=gentoo
read-only
root=/dev/hda3
1.57 +10 -10 xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.57&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-kernel.xml?rev=1.57&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml.diff?r1=1.56&r2=1.57&cvsroot=gentoo
Index: hb-install-x86-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- hb-install-x86-kernel.xml 21 Nov 2005 15:37:12 -0000 1.56
+++ hb-install-x86-kernel.xml 24 Nov 2005 17:26:10 -0000 1.57
@@ -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-kernel.xml,v 1.56 2005/11/21 15:37:12 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.57 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>3.7</version>
-<date>2005-11-21</date>
+<version>3.8</version>
+<date>2005-11-24</date>
<section>
<title>Timezone</title>
@@ -65,24 +65,24 @@
<p>
When you take a look in <path>/usr/src</path> you should see a symlink called
<path>linux</path> pointing to your kernel source. We will assume the kernel
-source installed is <c>gentoo-sources-2.6.11-r3</c>:
+source installed is <c>gentoo-sources-2.6.12-r10</c>:
</p>
<pre caption="Viewing the kernel source symlink">
# <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.6.11-gentoo-r3
+lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.6.12-gentoo-r10
</pre>
<p>
If the symlink doesn't point to the kernel source of your choice (note that
-<c>linux-2.6.11-gentoo-r3</c> is merely an example) you should change it to the
+<c>linux-2.6.12-gentoo-r10</c> is merely an example) you should change it to the
right kernel:
</p>
<pre caption="Changing the kernel source symlink">
# <i>rm /usr/src/linux</i>
# <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.11-gentoo-r3 linux</i>
+# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
</pre>
<p>
@@ -342,13 +342,13 @@
<p>
When the kernel has finished compiling, copy the kernel image to
<path>/boot</path>. From here onwards we assume that the kernel you are
-installing is the 2.6.11-r3 version of the <c>gentoo-sources</c>. Use whatever
+installing is the 2.6.12-r10 version of the <c>gentoo-sources</c>. Use whatever
name you feel is appropriate for your choice and remember it as you will need it
later on when you configure your bootloader.
</p>
<pre caption="Installing the kernel">
-# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.11-gentoo-r3</i>
+# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
</pre>
<p>
@@ -357,7 +357,7 @@
</p>
<pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.11-gentoo-r3</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
</pre>
<p>
1.43 +15 -16 xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-medium.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-medium.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-medium.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo
Index: hb-install-x86-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-x86-medium.xml 21 Nov 2005 16:38:19 -0000 1.42
+++ hb-install-x86-medium.xml 24 Nov 2005 17:26:10 -0000 1.43
@@ -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-medium.xml,v 1.42 2005/11/21 16:38:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml,v 1.43 2005/11/24 17:26:10 neysx Exp $ -->
<sections>
-<version>2.6</version>
-<date>2005-11-11</date>
+<version>2.7</version>
+<date>2005-11-24</date>
<section>
<title>Hardware Requirements</title>
@@ -108,8 +108,8 @@
<body>
<p>
-The Minimal Installation CD is called <c>install-x86-minimal-2005.1.iso</c>
-and takes up only 52 MB of diskspace. You can use this Installation CD to
+The Minimal Installation CD is called <c>install-x86-minimal-2005.1-r1.iso</c>
+and takes up only 58 MB of diskspace. You can use this Installation CD to
install Gentoo, but always with a working Internet connection only.
</p>
@@ -138,12 +138,11 @@
<body>
<p>
-The Universal Installation CD is called
-<c>install-x86-universal-2005.1.iso</c> and consumes the entire surface of
-a 650 MB CD. You can use this Installation CD to install Gentoo, and you can
-even use it to install Gentoo without a working internet
-connection, just in case you want to bring Gentoo to another PC than the one you
-are currently installing Gentoo on :)
+The Universal Installation CD is called
+<c>install-x86-universal-2005.1-r1.iso</c> and takes up 398 MB. You can use
+this Installation CD to install Gentoo, and you can even use it to install
+Gentoo without a working internet connection, just in case you want to bring
+Gentoo to another PC than the one you are currently installing Gentoo on :)
</p>
<table>
@@ -220,7 +219,7 @@
<p>
You can download any of the Installation CDs (and, if you want to, a Packages
CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
-Installation CDs are located in the <path>releases/x86/2005.1/installcd</path>
+Installation CDs are located in the <path>releases/x86/2005.1-r1/installcd</path>
directory.
</p>
@@ -230,10 +229,10 @@
</p>
<p>
-In case you wonder if your downloaded file is corrupted or not, you can
-check its MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-x86-minimal-2005.1.iso.md5</path>). You can check the MD5 checksum
-with the <c>md5sum</c> tool under Linux/Unix or <uri
+In case you wonder if your downloaded file is corrupted or not, you can check
+its MD5 checksum and compare it with the MD5 checksum we provide (such as
+<path>install-x86-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
+checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-11-21 18:29 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2005-11-21 18:29 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/21 18:29:52
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
#108493 grub.conf examples should include /boot/ for kernel and initrd
Revision Changes Path
1.7 +28 -21 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.7&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-amd64-bootloader.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-amd64-bootloader.xml 22 Oct 2005 00:17:35 -0000 1.6
+++ hb-install-amd64-bootloader.xml 21 Nov 2005 18:29:52 -0000 1.7
@@ -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/2005.1/hb-install-amd64-bootloader.xml,v 1.6 2005/10/22 00:17:35 yoswink Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.7 2005/11/21 18:29:52 neysx Exp $ -->
<sections>
-<version>5.3</version>
-<date>2005-10-22</date>
+<version>5.4</version>
+<date>2005-11-21</date>
<section>
<title>Making your Choice</title>
@@ -182,7 +182,7 @@
To install GRUB, let's first emerge it.
</p>
-<pre caption = "Installing GRUB">
+<pre caption="Installing GRUB">
# <i>emerge grub</i>
</pre>
@@ -194,7 +194,7 @@
editor):
</p>
-<pre caption = "Creating /boot/grub/grub.conf">
+<pre caption="Creating /boot/grub/grub.conf">
# <i>nano -w /boot/grub/grub.conf</i>
</pre>
@@ -221,19 +221,19 @@
line since JFS needs to replay its log before it allows read-write mounting.
</note>
-<pre caption = "grub.conf for non-genkernel users">
+<pre caption="grub.conf for non-genkernel users">
<comment># Which listing to boot as default. 0 is the first, 1 the second etc.</comment>
default 0
<comment># How many seconds to wait before the default listing is booted.</comment>
timeout 30
<comment># Nice, fat splash-image to spice things up :)
# Comment out if you don't have a graphics card installed</comment>
-splashimage=(hd0,0)/grub/splash.xpm.gz
+splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.12
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
-kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3
+kernel /boot/kernel-2.6.12-gentoo-r6 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>
@@ -243,16 +243,15 @@
chainloader +1
</pre>
-
-<pre caption = "grub.conf for genkernel users">
+<pre caption="grub.conf for genkernel users">
default 0
timeout 30
-splashimage=(hd0,0)/grub/splash.xpm.gz
+splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.12-gentoo-r6
root (hd0,0)
-kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
+kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r6
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -261,15 +260,23 @@
chainloader +1
</pre>
-
-<note>
-If you use a different partitioning scheme and/or kernel image, adjust
-accordingly. However, make sure that anything that follows a GRUB-device
-(such as <path>(hd0,0)</path>) is relative to the mountpoint, not the root. In
-other words, <path>(hd0,0)/grub/splash.xpm.gz</path> is in reality
-<path>/boot/grub/splash.xpm.gz</path> since <path>(hd0,0)</path> is
+<p>
+If you used a different partitioning scheme and/or kernel image, adjust
+accordingly. However, make sure that anything that follows a GRUB-device (such
+as <path>(hd0,0)</path>) is relative to the mountpoint, not the root. In other
+words, <path>(hd0,0)/grub/splash.xpm.gz</path> is in reality
+<path>/boot/grub/splash.xpm.gz</path> since <path>(hd0,0)</path> is
<path>/boot</path>.
-</note>
+</p>
+
+<p>
+Besides, if you chose to use a different partitioning scheme and did not put
+<path>/boot</path> in a separate partition, the <path>/boot</path> prefix used
+in the above code samples is really <e>required</e>. If you followed our
+suggested partitioning plan, the <path>/boot</path> prefix it not required, but
+a <path>boot</path> symlink makes it work. In short, the above examples should
+work whether you defined a separate <path>/boot</path> partition or not.
+</p>
<p>
If you need to pass any additional options to the kernel, simply add
1.5 +28 -21 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.5&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.5&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.4&r2=1.5&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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-x86-bootloader.xml 7 Sep 2005 18:50:37 -0000 1.4
+++ hb-install-x86-bootloader.xml 21 Nov 2005 18:29:52 -0000 1.5
@@ -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/2005.1/hb-install-x86-bootloader.xml,v 1.4 2005/09/07 18:50:37 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.5 2005/11/21 18:29:52 neysx Exp $ -->
<sections>
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-11-21</date>
<section>
<title>Making your Choice</title>
@@ -201,7 +201,7 @@
To install GRUB, let's first emerge it:
</p>
-<pre caption = "Installing GRUB">
+<pre caption="Installing GRUB">
# <i>emerge grub</i>
</pre>
@@ -212,7 +212,7 @@
<c>nano</c> (or, if applicable, another editor):
</p>
-<pre caption = "Creating /boot/grub/grub.conf">
+<pre caption="Creating /boot/grub/grub.conf">
# <i>nano -w /boot/grub/grub.conf</i>
</pre>
@@ -241,19 +241,19 @@
line since JFS needs to replay its log before it allows read-write mounting.
</note>
-<pre caption = "grub.conf for non-genkernel users">
+<pre caption="grub.conf for non-genkernel users">
<comment># Which listing to boot as default. 0 is the first, 1 the second etc.</comment>
default 0
<comment># How many seconds to wait before the default listing is booted.</comment>
timeout 30
<comment># Nice, fat splash-image to spice things up :)
# Comment out if you don't have a graphics card installed</comment>
-splashimage=(hd0,0)/grub/splash.xpm.gz
+splashimage=(hd0,0)/boot/grub/splash.xpm.gz
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-r11 root=/dev/hda3
+kernel /boot/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>
@@ -263,16 +263,15 @@
chainloader +1
</pre>
-
-<pre caption = "grub.conf for genkernel users">
+<pre caption="grub.conf for genkernel users">
default 0
timeout 30
-splashimage=(hd0,0)/grub/splash.xpm.gz
+splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.11-r11
root (hd0,0)
-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
+kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r11 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r11
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -281,15 +280,23 @@
chainloader +1
</pre>
-
-<note>
-If you use a different partitioning scheme and/or kernel image, adjust
-accordingly. However, make sure that anything that follows a GRUB-device
-(such as <path>(hd0,0)</path>) is relative to the mountpoint, not the root. In
-other words, <path>(hd0,0)/grub/splash.xpm.gz</path> is in reality
-<path>/boot/grub/splash.xpm.gz</path> since <path>(hd0,0)</path> is
+<p>
+If you used a different partitioning scheme and/or kernel image, adjust
+accordingly. However, make sure that anything that follows a GRUB-device (such
+as <path>(hd0,0)</path>) is relative to the mountpoint, not the root. In other
+words, <path>(hd0,0)/grub/splash.xpm.gz</path> is in reality
+<path>/boot/grub/splash.xpm.gz</path> since <path>(hd0,0)</path> is
<path>/boot</path>.
-</note>
+</p>
+
+<p>
+Besides, if you chose to use a different partitioning scheme and did not put
+<path>/boot</path> in a separate partition, the <path>/boot</path> prefix used
+in the above code samples is really <e>required</e>. If you followed our
+suggested partitioning plan, the <path>/boot</path> prefix it not required, but
+a <path>boot</path> symlink makes it work. In short, the above examples should
+work whether you defined a separate <path>/boot</path> partition or not.
+</p>
<p>
If you need to pass any additional options to the kernel, simply add
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-11-21 18:29 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2005-11-21 18:29 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/21 18:29:51
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
#108493 grub.conf examples should include /boot/ for kernel and initrd
Revision Changes Path
1.36 +28 -19 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.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-amd64-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-amd64-bootloader.xml.diff?r1=1.35&r2=1.36&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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- hb-install-amd64-bootloader.xml 22 Oct 2005 00:17:35 -0000 1.35
+++ hb-install-amd64-bootloader.xml 21 Nov 2005 18:29:51 -0000 1.36
@@ -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-amd64-bootloader.xml,v 1.35 2005/10/22 00:17:35 yoswink Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.36 2005/11/21 18:29:51 neysx Exp $ -->
<sections>
-<version>2.7</version>
-<date>2005-10-22</date>
+<version>2.8</version>
+<date>2005-11-21</date>
<section>
<title>Making your Choice</title>
@@ -182,7 +182,7 @@
To install GRUB, let's first emerge it.
</p>
-<pre caption = "Installing GRUB">
+<pre caption="Installing GRUB">
# <i>emerge grub</i>
</pre>
@@ -194,7 +194,7 @@
editor):
</p>
-<pre caption = "Creating /boot/grub/grub.conf">
+<pre caption="Creating /boot/grub/grub.conf">
# <i>nano -w /boot/grub/grub.conf</i>
</pre>
@@ -221,19 +221,19 @@
line since JFS needs to replay its log before it allows read-write mounting.
</note>
-<pre caption = "grub.conf for non-genkernel users">
+<pre caption="grub.conf for non-genkernel users">
<comment># Which listing to boot as default. 0 is the first, 1 the second etc.</comment>
default 0
<comment># How many seconds to wait before the default listing is booted.</comment>
timeout 30
<comment># Nice, fat splash-image to spice things up :)
# Comment out if you don't have a graphics card installed</comment>
-splashimage=(hd0,0)/grub/splash.xpm.gz
+splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.12
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
-kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3
+kernel /boot/kernel-2.6.12-gentoo-r6 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>
@@ -244,15 +244,15 @@
</pre>
-<pre caption = "grub.conf for genkernel users">
+<pre caption="grub.conf for genkernel users">
default 0
timeout 30
-splashimage=(hd0,0)/grub/splash.xpm.gz
+splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.12
root (hd0,0)
-kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
+kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r6
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -267,14 +267,23 @@
(which is the default behaviour).
</note>
-<note>
-If you use a different partitioning scheme and/or kernel image, adjust
-accordingly. However, make sure that anything that follows a GRUB-device
-(such as <path>(hd0,0)</path>) is relative to the mountpoint, not the root. In
-other words, <path>(hd0,0)/grub/splash.xpm.gz</path> is in reality
-<path>/boot/grub/splash.xpm.gz</path> since <path>(hd0,0)</path> is
+<p>
+If you used a different partitioning scheme and/or kernel image, adjust
+accordingly. However, make sure that anything that follows a GRUB-device (such
+as <path>(hd0,0)</path>) is relative to the mountpoint, not the root. In other
+words, <path>(hd0,0)/grub/splash.xpm.gz</path> is in reality
+<path>/boot/grub/splash.xpm.gz</path> since <path>(hd0,0)</path> is
<path>/boot</path>.
-</note>
+</p>
+
+<p>
+Besides, if you chose to use a different partitioning scheme and did not put
+<path>/boot</path> in a separate partition, the <path>/boot</path> prefix used
+in the above code samples is really <e>required</e>. If you followed our
+suggested partitioning plan, the <path>/boot</path> prefix it not required, but
+a <path>boot</path> symlink makes it work. In short, the above examples should
+work whether you defined a separate <path>/boot</path> partition or not.
+</p>
<p>
If you need to pass any additional options to the kernel, simply add
1.38 +31 -23 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.38&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.38&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.37&r2=1.38&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.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- hb-install-x86-bootloader.xml 17 Sep 2005 20:09:19 -0000 1.37
+++ hb-install-x86-bootloader.xml 21 Nov 2005 18:29:51 -0000 1.38
@@ -2,14 +2,14 @@
<!DOCTYPE sections SYSTEM "/dtd/book.dtd">
<!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
+<!-- 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.37 2005/09/17 20:09:19 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.38 2005/11/21 18:29:51 neysx Exp $ -->
<sections>
-<version>2.6</version>
-<date>2005-09-17</date>
+<version>2.7</version>
+<date>2005-11-21</date>
<section>
<title>Making your Choice</title>
@@ -201,7 +201,7 @@
To install GRUB, let's first emerge it:
</p>
-<pre caption = "Installing GRUB">
+<pre caption="Installing GRUB">
# <i>emerge grub</i>
</pre>
@@ -212,7 +212,7 @@
<c>nano</c> (or, if applicable, another editor):
</p>
-<pre caption = "Creating /boot/grub/grub.conf">
+<pre caption="Creating /boot/grub/grub.conf">
# <i>nano -w /boot/grub/grub.conf</i>
</pre>
@@ -241,19 +241,19 @@
line since JFS needs to replay its log before it allows read-write mounting.
</note>
-<pre caption = "grub.conf for non-genkernel users">
+<pre caption="grub.conf for non-genkernel users">
<comment># Which listing to boot as default. 0 is the first, 1 the second etc.</comment>
default 0
<comment># How many seconds to wait before the default listing is booted.</comment>
timeout 30
<comment># Nice, fat splash-image to spice things up :)
# Comment out if you don't have a graphics card installed</comment>
-splashimage=(hd0,0)/grub/splash.xpm.gz
+splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.11-r3
<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 /boot/kernel-2.6.11-gentoo-r3 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>
@@ -263,16 +263,15 @@
chainloader +1
</pre>
-
-<pre caption = "grub.conf for genkernel users">
+<pre caption="grub.conf for genkernel users">
default 0
timeout 30
-splashimage=(hd0,0)/grub/splash.xpm.gz
+splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.11-r3
root (hd0,0)
-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
+kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r3
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -287,14 +286,23 @@
(which is the default behaviour).
</note>
-<note>
-If you use a different partitioning scheme and/or kernel image, adjust
-accordingly. However, make sure that anything that follows a GRUB-device
-(such as <path>(hd0,0)</path>) is relative to the mountpoint, not the root. In
-other words, <path>(hd0,0)/grub/splash.xpm.gz</path> is in reality
-<path>/boot/grub/splash.xpm.gz</path> since <path>(hd0,0)</path> is
+<p>
+If you used a different partitioning scheme and/or kernel image, adjust
+accordingly. However, make sure that anything that follows a GRUB-device (such
+as <path>(hd0,0)</path>) is relative to the mountpoint, not the root. In other
+words, <path>(hd0,0)/grub/splash.xpm.gz</path> is in reality
+<path>/boot/grub/splash.xpm.gz</path> since <path>(hd0,0)</path> is
<path>/boot</path>.
-</note>
+</p>
+
+<p>
+Besides, if you chose to use a different partitioning scheme and did not put
+<path>/boot</path> in a separate partition, the <path>/boot</path> prefix used
+in the above code samples is really <e>required</e>. If you followed our
+suggested partitioning plan, the <path>/boot</path> prefix it not required, but
+a <path>boot</path> symlink makes it work. In short, the above examples should
+work whether you defined a separate <path>/boot</path> partition or not.
+</p>
<p>
If you need to pass any additional options to the kernel, simply add
@@ -382,7 +390,7 @@
in the right commands to install the GRUB boot record onto your hard drive.
</p>
-<pre caption =" Starting the GRUB shell">
+<pre caption=" Starting the GRUB shell">
# <i>grub</i>
</pre>
@@ -414,7 +422,7 @@
Now go on, configure GRUB, shall we? :-)
</p>
-<pre caption =" Installing GRUB in the MBR">
+<pre caption=" Installing GRUB in the MBR">
grub> <i>root (hd0,0)</i> <comment>(Specify where your /boot partition resides)</comment>
grub> <i>setup (hd0)</i> <comment>(Install GRUB in the MBR)</comment>
grub> <i>quit</i> <comment>(Exit the GRUB shell)</comment>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-10-22 0:17 Jose Luis Rivero
0 siblings, 0 replies; 22+ messages in thread
From: Jose Luis Rivero @ 2005-10-22 0:17 UTC (permalink / raw
To: gentoo-doc-cvs
yoswink 05/10/22 00:17:35
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
Log:
Fixed grub titles to reflect changes on kernel version. Thanks to grahl04 on #gentoo-doc
Revision Changes Path
1.6 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.6&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-amd64-bootloader.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-amd64-bootloader.xml 21 Oct 2005 10:01:48 -0000 1.5
+++ hb-install-amd64-bootloader.xml 22 Oct 2005 00:17:35 -0000 1.6
@@ -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/2005.1/hb-install-amd64-bootloader.xml,v 1.5 2005/10/21 10:01:48 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.6 2005/10/22 00:17:35 yoswink Exp $ -->
<sections>
-<version>5.2</version>
-<date>2005-10-21</date>
+<version>5.3</version>
+<date>2005-10-22</date>
<section>
<title>Making your Choice</title>
@@ -230,7 +230,7 @@
# 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 Gentoo r1
+title=Gentoo Linux 2.6.12
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-10-22 0:17 Jose Luis Rivero
0 siblings, 0 replies; 22+ messages in thread
From: Jose Luis Rivero @ 2005-10-22 0:17 UTC (permalink / raw
To: gentoo-doc-cvs
yoswink 05/10/22 00:17:35
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
Log:
Fixed grub titles to reflect changes on kernel version. Thanks to grahl04 on #gentoo-doc
Revision Changes Path
1.35 +5 -5 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.35&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.35&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.34&r2=1.35&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.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- hb-install-amd64-bootloader.xml 21 Oct 2005 10:01:48 -0000 1.34
+++ hb-install-amd64-bootloader.xml 22 Oct 2005 00:17:35 -0000 1.35
@@ -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-amd64-bootloader.xml,v 1.34 2005/10/21 10:01:48 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.35 2005/10/22 00:17:35 yoswink Exp $ -->
<sections>
-<version>2.6</version>
-<date>2005-10-21</date>
+<version>2.7</version>
+<date>2005-10-22</date>
<section>
<title>Making your Choice</title>
@@ -230,7 +230,7 @@
# 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
+title=Gentoo Linux 2.6.12
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3
@@ -249,7 +249,7 @@
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.11
+title=Gentoo Linux 2.6.12
root (hd0,0)
kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-10-21 10:01 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2005-10-21 10:01 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/10/21 10:01:48
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
Log:
#109835 Made kernel names consistent
Revision Changes Path
1.5 +8 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.5&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-amd64-bootloader.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-amd64-bootloader.xml 7 Sep 2005 18:50:37 -0000 1.4
+++ hb-install-amd64-bootloader.xml 21 Oct 2005 10:01:48 -0000 1.5
@@ -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/2005.1/hb-install-amd64-bootloader.xml,v 1.4 2005/09/07 18:50:37 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.5 2005/10/21 10:01:48 neysx Exp $ -->
<sections>
-<version>5.1</version>
-<date>2005-08-12</date>
+<version>5.2</version>
+<date>2005-10-21</date>
<section>
<title>Making your Choice</title>
@@ -201,7 +201,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-r1</path>. We've
+in this guide, with kernel image <path>kernel-2.6.12-gentoo-r6</path>. We've
only extensively commented the first <path>grub.conf</path>.
</p>
@@ -233,7 +233,7 @@
title=Gentoo Linux 2.6.11 Gentoo r1
<comment># Partition where the kernel image (or operating system) is located</comment>
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r1 root=/dev/hda3
+kernel /kernel-2.6.12-gentoo-r6 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>
@@ -249,10 +249,10 @@
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.11-gentoo-r1
+title=Gentoo Linux 2.6.12-gentoo-r6
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /initramfs-genkernel-amd64-2.6.11-gentoo-r1
+kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-10-21 10:01 Xavier Neys
0 siblings, 0 replies; 22+ messages in thread
From: Xavier Neys @ 2005-10-21 10:01 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/10/21 10:01:48
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
Log:
#109835 Made kernel names consistent
Revision Changes Path
1.34 +7 -7 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.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-amd64-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-amd64-bootloader.xml.diff?r1=1.33&r2=1.34&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.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- hb-install-amd64-bootloader.xml 7 Sep 2005 18:53:38 -0000 1.33
+++ hb-install-amd64-bootloader.xml 21 Oct 2005 10:01:48 -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-amd64-bootloader.xml,v 1.33 2005/09/07 18:53:38 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.34 2005/10/21 10:01:48 neysx Exp $ -->
<sections>
-<version>2.5</version>
-<date>2005-08-12</date>
+<version>2.6</version>
+<date>2005-10-21</date>
<section>
<title>Making your Choice</title>
@@ -201,7 +201,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, with kernel image <path>kernel-2.6.12-gentoo-r6</path>. We've
only extensively commented the first <path>grub.conf</path>.
</p>
@@ -233,7 +233,7 @@
title=Gentoo Linux 2.6.11
<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.12-gentoo-r6 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>
@@ -251,8 +251,8 @@
title=Gentoo Linux 2.6.11
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /initramfs-genkernel-amd64-2.6.11-gentoo-r3
+kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-09-07 18:50 Marcelo Goes
0 siblings, 0 replies; 22+ messages in thread
From: Marcelo Goes @ 2005-09-07 18:50 UTC (permalink / raw
To: gentoo-doc-cvs
vanquirius 05/09/07 18:50:37
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
uppercase, no content change
Revision Changes Path
1.4 +3 -3 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.4&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-amd64-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-amd64-bootloader.xml 12 Aug 2005 08:51:50 -0000 1.3
+++ hb-install-amd64-bootloader.xml 7 Sep 2005 18:50:37 -0000 1.4
@@ -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-amd64-bootloader.xml,v 1.3 2005/08/12 08:51:50 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.4 2005/09/07 18:50:37 vanquirius Exp $ -->
<sections>
@@ -152,8 +152,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>
1.4 +2 -2 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.4&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.4&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.3&r2=1.4&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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-x86-bootloader.xml 7 Sep 2005 17:02:25 -0000 1.3
+++ hb-install-x86-bootloader.xml 7 Sep 2005 18:50:37 -0000 1.4
@@ -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.3 2005/09/07 17:02:25 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.4 2005/09/07 18:50:37 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>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-09-07 17:01 Marcelo Goes
0 siblings, 0 replies; 22+ messages in thread
From: Marcelo Goes @ 2005-09-07 17:01 UTC (permalink / raw
To: gentoo-doc-cvs
vanquirius 05/09/07 17:01:42
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
capitalize SCSI and BIOS, no content change
Revision Changes Path
1.32 +3 -3 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.32&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.32&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.31&r2=1.32&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.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- hb-install-amd64-bootloader.xml 12 Aug 2005 08:51:50 -0000 1.31
+++ hb-install-amd64-bootloader.xml 7 Sep 2005 17:01:42 -0000 1.32
@@ -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.31 2005/08/12 08:51:50 swift Exp $ -->
+<!-- $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 $ -->
<sections>
@@ -152,8 +152,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>
1.35 +3 -3 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.35&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.35&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.34&r2=1.35&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.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- hb-install-x86-bootloader.xml 30 Jul 2005 14:56:57 -0000 1.34
+++ hb-install-x86-bootloader.xml 7 Sep 2005 17:01:42 -0000 1.35
@@ -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.34 2005/07/30 14:56:57 swift Exp $ -->
+<!-- $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 $ -->
<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] 22+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
@ 2005-08-08 14:03 swift
0 siblings, 0 replies; 22+ messages in thread
From: swift @ 2005-08-08 14:03 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/08 14:03:19
Removed: xml/htdocs/doc/en/handbook/draft/2005.1
hb-install-amd64-bootloader.xml
Log:
Removing hb-install-amd64-bootloader.xml from this location
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2006-05-28 14:38 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-02 21:36 [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml Xavier Neys
-- strict thread matches above, loose matches on Subject: below --
2006-05-28 14:37 Josh Saddler
2006-05-28 14:36 Josh Saddler
2006-03-26 15:40 Josh Saddler
2006-03-26 15:36 Josh Saddler
2006-02-02 21:36 Xavier Neys
2006-02-02 21:36 Xavier Neys
2006-01-29 22:19 Jan Kundrat
2006-01-29 22:09 Jan Kundrat
2005-11-25 13:33 Xavier Neys
2005-11-25 13:33 Xavier Neys
2005-11-24 17:26 Xavier Neys
2005-11-24 17:26 Xavier Neys
2005-11-21 18:29 Xavier Neys
2005-11-21 18:29 Xavier Neys
2005-10-22 0:17 Jose Luis Rivero
2005-10-22 0:17 Jose Luis Rivero
2005-10-21 10:01 Xavier Neys
2005-10-21 10:01 Xavier Neys
2005-09-07 18:50 Marcelo Goes
2005-09-07 17:01 Marcelo Goes
2005-08-08 14:03 swift
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox