public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml
@ 2008-04-08  6:50 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-04-08  6:50 UTC (permalink / raw
  To: gentoo-commits

nightmorph    08/04/08 06:50:56

  Log:
  
-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml
@ 2011-03-16  7:43 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-16  7:43 UTC (permalink / raw
  To: gentoo-commits

nightmorph    11/03/16 07:43:58

  Modified:             hb-install-mips-system.xml hb-install-system.xml
  Log:
  use different bind mount, bug 253681

Revision  Changes    Path
1.9                  xml/htdocs/doc/en/handbook/hb-install-mips-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.8&r2=1.9

Index: hb-install-mips-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-mips-system.xml	7 Jun 2010 09:01:11 -0000	1.8
+++ hb-install-mips-system.xml	16 Mar 2011 07:43:58 -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/hb-install-mips-system.xml,v 1.8 2010/06/07 09:01:11 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.9 2011/03/16 07:43:58 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.1</version>
-<date>2010-06-07</date>
+<version>9.2</version>
+<date>2011-03-16</date>
 
 <section>
 <title>Chrooting</title>
@@ -44,7 +44,7 @@
 
 <pre caption="Mounting /proc and /dev">
 # <i>mount -t proc none /mnt/gentoo/proc</i>
-# <i>mount -o bind /dev /mnt/gentoo/dev</i>
+# <i>mount --rbind /dev /mnt/gentoo/dev</i>
 </pre>
 
 </body>



1.118                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.117&r2=1.118

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- hb-install-system.xml	14 Nov 2010 15:41:26 -0000	1.117
+++ hb-install-system.xml	16 Mar 2011 07:43:58 -0000	1.118
@@ -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-system.xml,v 1.117 2010/11/14 15:41:26 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.118 2011/03/16 07:43:58 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>10.5</version>
-<date>2010-11-14</date>
+<version>10.6</version>
+<date>2011-03-16</date>
 
 <section>
 <title>Chrooting</title>
@@ -96,7 +96,7 @@
 
 <pre caption="Mounting /proc and /dev">
 # <i>mount -t proc none /mnt/gentoo/proc</i>
-# <i>mount -o bind /dev /mnt/gentoo/dev</i>
+# <i>mount --rbind /dev /mnt/gentoo/dev</i>
 </pre>
 
 </body>
@@ -114,8 +114,8 @@
 
 <pre caption="Mounting /proc /sys and /dev">
 # <i>mount -t proc none /mnt/gentoo/proc</i>
-# <i>mount -o bind /dev /mnt/gentoo/dev</i>
-# <i>mount -o bind /sys /mnt/gentoo/sys</i>
+# <i>mount --rbind /dev /mnt/gentoo/dev</i>
+# <i>mount --rbind /sys /mnt/gentoo/sys</i>
 </pre>
 
 </body>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml
@ 2011-08-22 16:58 Sven Vermeulen (swift)
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2011-08-22 16:58 UTC (permalink / raw
  To: gentoo-commits

swift       11/08/22 16:58:02

  Modified:             hb-install-mips-system.xml hb-install-system.xml
  Log:
  Fix bug #379971 - Show the use of locale-gen in a code listing. Thanks to Niklas Johansson for suggestion.

Revision  Changes    Path
1.10                 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.9&r2=1.10

Index: hb-install-mips-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-install-mips-system.xml	16 Mar 2011 07:43:58 -0000	1.9
+++ hb-install-mips-system.xml	22 Aug 2011 16:58:02 -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/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.9 2011/03/16 07:43:58 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.10 2011/08/22 16:58:02 swift Exp $ -->
 
 <sections>
 
-<version>9.2</version>
-<date>2011-03-16</date>
+<version>10</version>
+<date>2011-08-22</date>
 
 <section>
 <title>Chrooting</title>
@@ -467,6 +467,10 @@
 have specified in the <path>/etc/locale.gen</path> file.
 </p>
 
+<pre caption="Running locale-gen">
+# <i>locale-gen</i>
+</pre>
+
 <p>
 Now continue with <uri link="?part=1&amp;chap=7">Configuring the Kernel</uri>.
 </p>



1.120                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.119&r2=1.120

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- hb-install-system.xml	3 Aug 2011 08:24:04 -0000	1.119
+++ hb-install-system.xml	22 Aug 2011 16:58:02 -0000	1.120
@@ -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-system.xml,v 1.119 2011/08/03 08:24:04 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.120 2011/08/22 16:58:02 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>11</version>
-<date>2011-08-03</date>
+<version>12</version>
+<date>2011-08-22</date>
 
 <section>
 <title>Chrooting</title>
@@ -379,6 +379,10 @@
 have specified in the <path>/etc/locale.gen</path> file.
 </p>
 
+<pre caption="Running locale-gen">
+# <i>locale-gen</i>
+</pre>
+
 <p>
 Now continue with <uri link="?part=1&amp;chap=7">Configuring the Kernel</uri>.
 </p>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml
@ 2012-06-29 16:12 Sven Vermeulen (swift)
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2012-06-29 16:12 UTC (permalink / raw
  To: gentoo-commits

swift       12/06/29 16:12:21

  Modified:             hb-install-mips-system.xml hb-install-system.xml
  Log:
  Fix bug #420159 - Add bind-mounting of /sys

Revision  Changes    Path
1.11                 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.10&r2=1.11

Index: hb-install-mips-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-mips-system.xml	22 Aug 2011 16:58:02 -0000	1.10
+++ hb-install-mips-system.xml	29 Jun 2012 16:12:20 -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/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.10 2011/08/22 16:58:02 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.11 2012/06/29 16:12:20 swift Exp $ -->
 
 <sections>
 
-<version>10</version>
-<date>2011-08-22</date>
+<version>11</version>
+<date>2012-06-29</date>
 
 <section>
 <title>Chrooting</title>
@@ -33,17 +33,19 @@
 </body>
 </subsection>
 <subsection>
-<title>Mounting the /proc and /dev Filesystems</title>
+<title>Mounting the necessary 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 within the
-chrooted environment, and then mount-bind the <path>/dev</path> filesystem.
+chrooted environment, and then mount-bind the <path>/dev</path> and
+<path>/sys</path> filesystems.
 </p>
 
 <pre caption="Mounting /proc and /dev">
 # <i>mount -t proc none /mnt/gentoo/proc</i>
+# <i>mount --rbind /sys /mnt/gentoo/sys</i>
 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
 </pre>
 



1.124                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.123&r2=1.124

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- hb-install-system.xml	6 May 2012 18:44:46 -0000	1.123
+++ hb-install-system.xml	29 Jun 2012 16:12:20 -0000	1.124
@@ -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-system.xml,v 1.123 2012/05/06 18:44:46 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.124 2012/06/29 16:12:20 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>15</version>
-<date>2012-05-06</date>
+<version>16</version>
+<date>2012-06-29</date>
 
 <section>
 <title>Chrooting</title>
@@ -87,7 +87,7 @@
 </body>
 </subsection>
 <subsection test="not(func:keyval('arch')='IA64')">
-<title>Mounting the /proc and /dev Filesystems</title>
+<title>Mounting the necessary Filesystems</title>
 <body>
 
 <p>
@@ -99,11 +99,13 @@
 <p>
 Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
 allow the installation to use the kernel-provided information within the
-chrooted environment, and then mount-bind the <path>/dev</path> filesystem.
+chrooted environment, and then mount-bind the <path>/dev</path> and
+<path>/sys</path> filesystems.
 </p>
 
 <pre caption="Mounting /proc and /dev">
 # <i>mount -t proc none /mnt/gentoo/proc</i>
+# <i>mount --rbind /sys /mnt/gentoo/sys</i>
 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
 </pre>
 






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml
@ 2013-01-02 19:28 Sven Vermeulen (swift)
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2013-01-02 19:28 UTC (permalink / raw
  To: gentoo-commits

swift       13/01/02 19:28:52

  Modified:             hb-install-mips-system.xml hb-install-system.xml
  Log:
  Fix bug #449192 - remove env-update instructions as they are now obsolete

Revision  Changes    Path
1.12                 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.11&r2=1.12

Index: hb-install-mips-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-mips-system.xml	29 Jun 2012 16:12:20 -0000	1.11
+++ hb-install-mips-system.xml	2 Jan 2013 19:28:52 -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/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.11 2012/06/29 16:12:20 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.12 2013/01/02 19:28:52 swift Exp $ -->
 
 <sections>
 
-<version>11</version>
-<date>2012-06-29</date>
+<version>13</version>
+<date>2013-01-03</date>
 
 <section>
 <title>Chrooting</title>
@@ -66,15 +66,12 @@
 <p>
 This chrooting is done in three steps. First we will change the root
 from <path>/</path> (on the installation medium) to <path>/mnt/gentoo</path> 
-(on your partitions) using <c>chroot</c>. Then we will create a new environment
-using <c>env-update</c>, which essentially creates environment variables.
-Finally, we load those variables into memory using <c>source</c>.
+(on your partitions) using <c>chroot</c>. Then we will reload some settings, as
+provided by <path>/etc/profile</path>, in memory using <c>source</c>.
 </p>
 
 <pre caption = "Chrooting into the new environment">
 # <i>chroot /mnt/gentoo /bin/bash</i>
-# <i>env-update</i>
->> Regenerating /etc/ld.so.cache...
 # <i>source /etc/profile</i>
 # <i>export PS1="(chroot) $PS1"</i>
 </pre>



1.129                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.128&r2=1.129

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- hb-install-system.xml	9 Dec 2012 20:14:14 -0000	1.128
+++ hb-install-system.xml	2 Jan 2013 19:28:52 -0000	1.129
@@ -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-system.xml,v 1.128 2012/12/09 20:14:14 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.129 2013/01/02 19:28:52 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>20</version>
-<date>2012-12-09</date>
+<version>21</version>
+<date>2013-01-03</date>
 
 <section>
 <title>Chrooting</title>
@@ -145,15 +145,12 @@
 <p>
 This chrooting is done in three steps. First we will change the root
 from <path>/</path> (on the installation medium) to <path>/mnt/gentoo</path> 
-(on your partitions) using <c>chroot</c>. Then we will create a new environment
-using <c>env-update</c>, which essentially creates environment variables.
-Finally, we load those variables into memory using <c>source</c>.
+(on your partitions) using <c>chroot</c>. Then we will reload some settings, as
+provided by <path>/etc/profile</path>, in memory using <c>source</c>.
 </p>
 
 <pre caption = "Chrooting into the new environment">
 # <i>chroot /mnt/gentoo /bin/bash</i>
-# <i>env-update</i>
->> Regenerating /etc/ld.so.cache...
 # <i>source /etc/profile</i>
 # <i>export PS1="(chroot) $PS1"</i>
 </pre>





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

end of thread, other threads:[~2013-01-02 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 19:28 [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml Sven Vermeulen (swift)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-29 16:12 Sven Vermeulen (swift)
2011-08-22 16:58 Sven Vermeulen (swift)
2011-03-16  7:43 Joshua Saddler (nightmorph)
2008-04-08  6:50 Joshua Saddler (nightmorph)

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