public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
@ 2006-01-19 21:48 Xavier Neys
  0 siblings, 0 replies; 8+ messages in thread
From: Xavier Neys @ 2006-01-19 21:48 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/01/19 21:48:10

  Modified:    xml/htdocs/doc/en/handbook hb-install-alpha-bootloader.xml
                        hb-install-amd64-bootloader.xml
                        hb-install-hppa-bootloader.xml
                        hb-install-mips-bootloader.xml
                        hb-install-ppc-bootloader.xml
                        hb-install-ppc64-bootloader.xml
                        hb-install-sparc-bootloader.xml
                        hb-install-system.xml hb-install-x86-bootloader.xml
  Log:
  #105646 bind-mount /dev before chrooting

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

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-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-alpha-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-alpha-bootloader.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo

Index: hb-install-alpha-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-alpha-bootloader.xml	29 Mar 2005 21:04:39 -0000	1.14
+++ hb-install-alpha-bootloader.xml	19 Jan 2006 21:48: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/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.14 2005/03/29 21:04:39 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.15 2006/01/19 21:48:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.1</version>
-<date>2005-03-29</date>
+<version>2.2</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -171,7 +171,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.39      +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.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-amd64-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-amd64-bootloader.xml.diff?r1=1.38&r2=1.39&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.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-amd64-bootloader.xml	25 Nov 2005 13:33:12 -0000	1.38
+++ hb-install-amd64-bootloader.xml	19 Jan 2006 21:48: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/1.0 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>2.10</version>
-<date>2005-11-25</date>
+<version>2.11</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -438,7 +438,7 @@
 <pre caption="Unmounting all partitions and rebooting">
 # <i>exit</i>
 # <i>cd</i>
-# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 # <i>reboot</i>
 </pre>
 



1.12      +4 -4      xml/htdocs/doc/en/handbook/hb-install-hppa-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-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/hb-install-hppa-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/hb-install-hppa-bootloader.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo

Index: hb-install-hppa-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-bootloader.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-hppa-bootloader.xml	9 Aug 2005 09:43:58 -0000	1.11
+++ hb-install-hppa-bootloader.xml	19 Jan 2006 21:48: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/hb-install-hppa-bootloader.xml,v 1.11 2005/08/09 09:43:58 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-bootloader.xml,v 1.12 2006/01/19 21:48:10 neysx Exp $ -->
 
 <sections>
 
-<version>1.7</version>
-<date>2005-08-09</date>
+<version>1.8</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Installing PALO</title>
@@ -75,7 +75,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.12      +4 -4      xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-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/hb-install-mips-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/hb-install-mips-bootloader.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo

Index: hb-install-mips-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-mips-bootloader.xml	30 Mar 2005 07:56:14 -0000	1.11
+++ hb-install-mips-bootloader.xml	19 Jan 2006 21:48: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/hb-install-mips-bootloader.xml,v 1.11 2005/03/30 07:56:14 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v 1.12 2006/01/19 21:48:10 neysx Exp $ -->
 
 <sections>
 
-<version>1.7</version>
-<date>2005-03-30</date>
+<version>1.8</version>
+<date>2006-01-19</date>
 
 <section id="sgi">
 <title>Silicon Graphics Machines -- Setting Up Arcboot</title>
@@ -389,7 +389,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.32      +4 -4      xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-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-ppc-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-ppc-bootloader.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo

Index: hb-install-ppc-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- hb-install-ppc-bootloader.xml	9 Sep 2005 07:49:22 -0000	1.31
+++ hb-install-ppc-bootloader.xml	19 Jan 2006 21:48:10 -0000	1.32
@@ -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-ppc-bootloader.xml,v 1.31 2005/09/09 07:49:22 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.32 2006/01/19 21:48:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.7</version>
-<date>2005-09-05</date>
+<version>2.8</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Choosing a Bootloader</title>
@@ -287,7 +287,7 @@
 
 <pre caption="Unmounting all partitions and rebooting">
 cdimage ~# <i>cd /</i>
-cdimage ~# <i>umount /mnt/gentoo/proc /mnt/gentoo /mnt/mac</i>
+cdimage ~# <i>umount /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo /mnt/mac</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.21      +4 -4      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.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-bootloader.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-bootloader.xml.diff?r1=1.20&r2=1.21&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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-ppc64-bootloader.xml	24 Nov 2005 22:58:48 -0000	1.20
+++ hb-install-ppc64-bootloader.xml	19 Jan 2006 21:48: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-bootloader.xml,v 1.20 2005/11/24 22:58:48 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.21 2006/01/19 21:48:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.5</version>
-<date>2005-11-24</date>
+<version>2.6</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -289,7 +289,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 ~# <i>cd</i>
-~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i>
+~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i>
 ~# <i>reboot</i>
 </pre>
 



1.16      +4 -4      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.16&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.16&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.15&r2=1.16&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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-sparc-bootloader.xml	24 Nov 2005 17:26:10 -0000	1.15
+++ hb-install-sparc-bootloader.xml	19 Jan 2006 21:48:10 -0000	1.16
@@ -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.15 2005/11/24 17:26:10 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.16 2006/01/19 21:48:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.2</version>
-<date>2005-11-24</date>
+<version>2.3</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -112,7 +112,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.88      +8 -7      xml/htdocs/doc/en/handbook/hb-install-system.xml

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

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- hb-install-system.xml	5 Jan 2006 11:54:56 -0000	1.87
+++ hb-install-system.xml	19 Jan 2006 21:48:10 -0000	1.88
@@ -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-system.xml,v 1.87 2006/01/05 11:54:56 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.88 2006/01/19 21:48:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.14</version>
-<date>2006-01-05</date>
+<version>2.15</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Chrooting</title>
@@ -74,17 +74,18 @@
 </body>
 </subsection>
 <subsection>
-<title>Mounting the proc Filesystem</title>
+<title>Mounting the /proc and /dev Filesystems</title>
 <body>
 
 <p>
 Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
-allow the installation to use the kernel-provided information even within the
-chrooted environment.
+allow the installation to use the kernel-provided information within the
+chrooted environment, and then mount-bind the <path>/dev</path> filesystem.
 </p>
 
-<pre caption="Mounting /proc">
+<pre caption="Mounting /proc and /dev">
 # <i>mount -t proc none /mnt/gentoo/proc</i>
+# <i>mount -o bind /dev /mnt/gentoo/dev</i>
 </pre>
 
 </body>



1.41      +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.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-x86-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-x86-bootloader.xml.diff?r1=1.40&r2=1.41&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.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- hb-install-x86-bootloader.xml	25 Nov 2005 13:33:12 -0000	1.40
+++ hb-install-x86-bootloader.xml	19 Jan 2006 21:48: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-x86-bootloader.xml,v 1.40 2005/11/25 13:33:12 neysx Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>2.9</version>
-<date>2005-11-25</date>
+<version>2.10</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -625,7 +625,7 @@
 <pre caption="Unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
@ 2008-10-26 18:58 Joshua Saddler
  0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler @ 2008-10-26 18:58 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    08/10/26 18:58:52

  Modified:             hb-install-alpha-bootloader.xml
  Log:
  Typo fix for lilnload. Fixed all networked alpha handbooks, all translations except [tr], since that handbook is invalid anyway (who put it in the tree?). Left alone networkless handbooks, as they're out of date anyway (no release since 2006.1). No content change, so no revbump. Bug 244494.

Revision  Changes    Path
1.22                 xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml?r1=1.21&r2=1.22

Index: hb-install-alpha-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-alpha-bootloader.xml	1 Apr 2008 08:53:46 -0000	1.21
+++ hb-install-alpha-bootloader.xml	26 Oct 2008 18:58:52 -0000	1.22
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.21 2008/04/01 08:53:46 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.22 2008/10/26 18:58:52 nightmorph Exp $ -->
 
 <sections>
 
@@ -137,7 +137,7 @@
 # <i>fdformat /dev/fd0</i>
 # <i>mformat a:</i>
 # <i>mcopy /opt/milo/milo-2.2-18-gentoo-ruffian a:\milo</i>
-# <i>mcopy /opt/milo/linload.exe a:\lilnload.exe</i>
+# <i>mcopy /opt/milo/linload.exe a:\linload.exe</i>
 <comment>(Only if you have a Ruffian:</comment>     
   # <i>mcopy /opt/milo/ldmilo.exe a:\ldmilo.exe</i>
 <comment>)</comment>






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
@ 2006-08-13 18:53 Lukasz Damentko
  0 siblings, 0 replies; 8+ messages in thread
From: Lukasz Damentko @ 2006-08-13 18:53 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/08/13 18:53:02

  Modified:             hb-install-alpha-bootloader.xml
  Log:
  #143691, dropped --usepkg for there's no alpha package cd

Revision  Changes    Path
1.2                  xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-bootloader.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-bootloader.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-bootloader.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-bootloader.xml?r1=1.1&r2=1.2

Index: hb-install-alpha-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-alpha-bootloader.xml	9 Aug 2006 16:35:14 -0000	1.1
+++ hb-install-alpha-bootloader.xml	13 Aug 2006 18:53:02 -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/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-bootloader.xml,v 1.1 2006/08/09 16:35:14 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-bootloader.xml,v 1.2 2006/08/13 18:53:02 rane Exp $ -->
 
 <sections>
 
@@ -47,8 +47,8 @@
 do so:
 </p>
 
-<pre caption = "Installing aboot">
-# <i>emerge --usepkg aboot</i>
+<pre caption="Installing aboot">
+# <i>emerge aboot</i>
 </pre>
 
 <p>



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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
@ 2006-06-21  1:55 Josh Saddler
  0 siblings, 0 replies; 8+ messages in thread
From: Josh Saddler @ 2006-06-21  1:55 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/06/21 01:55:01

  Modified:             hb-install-alpha-bootloader.xml
  Log:
  added bootloader note for bug 137410, thanks to tcort for the patch

Revision  Changes    Path
1.18                 xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml

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

Index: hb-install-alpha-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-install-alpha-bootloader.xml	17 Jun 2006 19:03:52 -0000	1.17
+++ hb-install-alpha-bootloader.xml	21 Jun 2006 01:55:01 -0000	1.18
@@ -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-alpha-bootloader.xml,v 1.17 2006/06/17 19:03:52 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.18 2006/06/21 01:55:01 nightmorph Exp $ -->
 
 <sections>
 
-<version>2.2</version>
-<date>2006-01-19</date>
+<version>2.3</version>
+<date>2006-06-20</date>
 
 <section>
 <title>Making your Choice</title>
@@ -37,6 +37,11 @@
 <title>Default: Using aboot</title>
 <body>
 
+<note>
+<c>aboot</c> only supports booting from <b>ext2</b> and <b>ext3</b>
+partitions.
+</note>
+
 <p>
 We first install aboot on our system. Of course we use <c>emerge</c> to
 do so:



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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
@ 2006-06-21  1:53 Josh Saddler
  0 siblings, 0 replies; 8+ messages in thread
From: Josh Saddler @ 2006-06-21  1:53 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/06/21 01:53:53

  Modified:             hb-install-alpha-bootloader.xml
  Log:
  added bootloader note for bug 137410, thanks to tcort for the patch

Revision  Changes    Path
1.4                  xml/htdocs/doc/en/handbook/2006.0/hb-install-alpha-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-alpha-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-alpha-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-alpha-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo

Index: hb-install-alpha-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-alpha-bootloader.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-alpha-bootloader.xml	14 Mar 2006 19:30:36 -0000	1.3
+++ hb-install-alpha-bootloader.xml	21 Jun 2006 01:53:53 -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-alpha-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-alpha-bootloader.xml,v 1.4 2006/06/21 01:53:53 nightmorph Exp $ -->
 
 <sections>
 
-<version>6.0</version>
-<date>2006-02-27</date>
+<version>6.1</version>
+<date>2006-06-20</date>
 
 <section>
 <title>Making your Choice</title>
@@ -37,6 +37,11 @@
 <title>Default: Using aboot</title>
 <body>
 
+<note>
+<c>aboot</c> only supports booting from <b>ext2</b> and <b>ext3</b>
+partitions.
+</note>
+
 <p>
 We first install aboot on our system. Of course we use <c>emerge</c> to
 do so:



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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
@ 2006-06-17 19:03 Jan Kundrat
  0 siblings, 0 replies; 8+ messages in thread
From: Jan Kundrat @ 2006-06-17 19:03 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/06/17 19:03:53

  Modified:             hb-install-alpha-bootloader.xml
  Log:
  coding style fixes, *no context change* (so please let the knives rest, kthxbye)

Revision  Changes    Path
1.17                 xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml

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

Index: hb-install-alpha-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-install-alpha-bootloader.xml	14 Mar 2006 19:29:29 -0000	1.16
+++ hb-install-alpha-bootloader.xml	17 Jun 2006 19:03:52 -0000	1.17
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.16 2006/03/14 19:29:29 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.17 2006/06/17 19:03:52 jkt Exp $ -->
 
 <sections>
 
@@ -42,7 +42,7 @@
 do so:
 </p>
 
-<pre caption = "Installing aboot">
+<pre caption="Installing aboot">
 # <i>emerge --usepkg aboot</i>
 </pre>
 
@@ -52,7 +52,7 @@
 writing the <c>aboot</c> bootloader to the start of the disk.
 </p>
 
-<pre caption = "Making your bootdisk bootable">
+<pre caption="Making your bootdisk bootable">
 # <i>swriteboot -f3 /dev/sda /boot/bootlx</i> 
 # <i>abootconf /dev/sda 2</i>
 </pre>
@@ -73,7 +73,7 @@
 console itself.
 </p>
 
-<pre caption = "Automatically booting Gentoo">
+<pre caption="Automatically booting Gentoo">
 # <i>echo '0:2/boot/vmlinux.gz root=/dev/sda2' &gt; /etc/aboot.conf</i>
 # <i>cd /proc/srm_environment/named_variables</i>
 # <i>echo -n 0 &gt; boot_osflags</i>
@@ -117,7 +117,7 @@
 To install MILO, we use <c>emerge</c>.
 </p>
 
-<pre caption = "Installing MILO">
+<pre caption="Installing MILO">
 # <i>emerge --usepkg milo</i>
 </pre>
 
@@ -127,7 +127,7 @@
 with MILO. Remember to use the correct image for your Alpha-system.
 </p>
 
-<pre caption = "Installing MILO on a floppy">
+<pre caption="Installing MILO on a floppy">
 <comment>(First insert a blank floppy)</comment>
 # <i>fdformat /dev/fd0</i>
 # <i>mformat a:</i>



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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
@ 2006-01-19 21:48 Xavier Neys
  0 siblings, 0 replies; 8+ messages in thread
From: Xavier Neys @ 2006-01-19 21:48 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/01/19 21:48:11

  Modified:    xml/htdocs/doc/en/handbook/2005.1
                        hb-install-alpha-bootloader.xml
                        hb-install-amd64-bootloader.xml
                        hb-install-hppa-bootloader.xml
                        hb-install-ppc-bootloader.xml
                        hb-install-ppc64-bootloader.xml
                        hb-install-sparc-bootloader.xml
                        hb-install-system.xml hb-install-x86-bootloader.xml
  Log:
  #105646 bind-mount /dev before chrooting

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

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-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-alpha-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-alpha-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-alpha-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-bootloader.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-alpha-bootloader.xml	8 Aug 2005 13:24:46 -0000	1.2
+++ hb-install-alpha-bootloader.xml	19 Jan 2006 21:48: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-alpha-bootloader.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-bootloader.xml,v 1.3 2006/01/19 21:48:11 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -171,7 +171,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.10      +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.10&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.10&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.9&r2=1.10&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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-install-amd64-bootloader.xml	25 Nov 2005 13:33:13 -0000	1.9
+++ hb-install-amd64-bootloader.xml	19 Jan 2006 21:48:11 -0000	1.10
@@ -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.9 2005/11/25 13:33:13 neysx Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>5.6</version>
-<date>2005-11-25</date>
+<version>5.7</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -431,7 +431,7 @@
 <pre caption="Unmounting all partitions and rebooting">
 # <i>exit</i>
 # <i>cd</i>
-# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 # <i>reboot</i>
 </pre>
 



1.3       +4 -4      xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-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-hppa-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-hppa-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-hppa-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-bootloader.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-hppa-bootloader.xml	8 Aug 2005 13:24:46 -0000	1.2
+++ hb-install-hppa-bootloader.xml	19 Jan 2006 21:48: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-hppa-bootloader.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-bootloader.xml,v 1.3 2006/01/19 21:48:11 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Installing PALO</title>
@@ -67,7 +67,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.5       +4 -4      xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-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-ppc-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-ppc-bootloader.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo

Index: hb-install-ppc-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-bootloader.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-ppc-bootloader.xml	5 Sep 2005 15:08:54 -0000	1.4
+++ hb-install-ppc-bootloader.xml	19 Jan 2006 21:48: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/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-bootloader.xml,v 1.4 2005/09/05 15:08:54 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-bootloader.xml,v 1.5 2006/01/19 21:48:11 neysx Exp $ -->
 
 <sections>
 
-<version>5.2</version>
-<date>2005-09-05</date>
+<version>5.3</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Choosing a Bootloader</title>
@@ -287,7 +287,7 @@
 
 <pre caption="Unmounting all partitions and rebooting">
 cdimage ~# <i>cd /</i>
-cdimage ~# <i>umount /mnt/gentoo/proc /mnt/gentoo /mnt/mac</i>
+cdimage ~# <i>umount /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo /mnt/mac</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.5       +4 -4      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.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-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-ppc64-bootloader.xml.diff?r1=1.4&r2=1.5&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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-ppc64-bootloader.xml	24 Nov 2005 22:58:49 -0000	1.4
+++ hb-install-ppc64-bootloader.xml	19 Jan 2006 21:48: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/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.4 2005/11/24 22:58:49 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.5 2006/01/19 21:48:11 neysx Exp $ -->
 
 <sections>
 
-<version>5.1</version>
-<date>2005-11-24</date>
+<version>5.2</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -302,7 +302,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 ~# <i>cd</i>
-~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i>
+~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i>
 ~# <i>reboot</i>
 </pre>
 



1.5       +4 -4      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.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-sparc-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-sparc-bootloader.xml.diff?r1=1.4&r2=1.5&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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-sparc-bootloader.xml	24 Nov 2005 17:26:11 -0000	1.4
+++ hb-install-sparc-bootloader.xml	19 Jan 2006 21:48: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-sparc-bootloader.xml,v 1.4 2005/11/24 17:26:11 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v 1.5 2006/01/19 21:48:11 neysx Exp $ -->
 
 <sections>
 
-<version>5.2</version>
-<date>2005-11-24</date>
+<version>5.3</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -112,7 +112,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



1.5       +8 -7      xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.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-system.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-system.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-system.xml	5 Jan 2006 11:56:33 -0000	1.4
+++ hb-install-system.xml	19 Jan 2006 21:48:11 -0000	1.5
@@ -4,27 +4,28 @@
 <!-- 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-system.xml,v 1.4 2006/01/05 11:56:33 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml,v 1.5 2006/01/19 21:48:11 neysx Exp $ -->
 
 <sections>
 
-<version>5.2</version>
-<date>2006-01-05</date>
+<version>5.3</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Chrooting</title>
 <subsection>
-<title>Mounting the proc Filesystem</title>
+<title>Mounting the /proc and /dev Filesystems</title>
 <body>
 
 <p>
 Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
-allow the installation to use the kernel-provided information even within the
-chrooted environment.
+allow the installation to use the kernel-provided information within the
+chrooted environment, and then mount-bind the <path>/dev</path> filesystem.
 </p>
 
-<pre caption="Mounting /proc">
+<pre caption="Mounting /proc and /dev">
 # <i>mount -t proc none /mnt/gentoo/proc</i>
+# <i>mount -o bind /dev /mnt/gentoo/dev</i>
 </pre>
 
 </body>



1.8       +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.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-x86-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-x86-bootloader.xml.diff?r1=1.7&r2=1.8&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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-x86-bootloader.xml	25 Nov 2005 13:33:13 -0000	1.7
+++ hb-install-x86-bootloader.xml	19 Jan 2006 21:48: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-x86-bootloader.xml,v 1.7 2005/11/25 13:33:13 neysx Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>5.3</version>
-<date>2005-11-25</date>
+<version>5.4</version>
+<date>2006-01-19</date>
 
 <section>
 <title>Making your Choice</title>
@@ -613,7 +613,7 @@
 <pre caption="Unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
@ 2005-08-08 14:02 swift
  0 siblings, 0 replies; 8+ messages in thread
From: swift @ 2005-08-08 14:02 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/08/08 14:02:17

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



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

end of thread, other threads:[~2008-10-26 18:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-19 21:48 [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml Xavier Neys
  -- strict thread matches above, loose matches on Subject: below --
2008-10-26 18:58 Joshua Saddler
2006-08-13 18:53 Lukasz Damentko
2006-06-21  1:55 Josh Saddler
2006-06-21  1:53 Josh Saddler
2006-06-17 19:03 Jan Kundrat
2006-01-19 21:48 Xavier Neys
2005-08-08 14:02 swift

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