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-system.xml
@ 2010-06-13 12:02 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 24+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-06-13 12:02 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/06/13 12:02:54

  Modified:             hb-install-system.xml
  Log:
  alpha and ia64 stages now support ipv6, bug 321713

Revision  Changes    Path
1.116                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.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.115&r2=1.116

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- hb-install-system.xml	7 Jun 2010 09:21:13 -0000	1.115
+++ hb-install-system.xml	13 Jun 2010 12:02:53 -0000	1.116
@@ -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.115 2010/06/07 09:21:13 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.116 2010/06/13 12:02:53 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>10.3</version>
-<date>2010-06-07</date>
+<version>10.4</version>
+<date>2010-06-13</date>
 
 <section>
 <title>Chrooting</title>
@@ -37,7 +37,7 @@
 # <i>mirrorselect -i -o &gt;&gt; /mnt/gentoo/etc/make.conf</i>
 </pre>
 
-<warn test="contains('Alpha IA64 PPC64', func:keyval('arch'))">
+<warn test="func:keyval('arch')='PPC64'">
 Do not select any IPv6 mirrors. Our stages currently do not support IPv6.
 </warn>
 






^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2014-06-01 13:37 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2014-06-01 13:37 UTC (permalink / raw
  To: gentoo-commits

swift       14/06/01 13:37:36

  Modified:             hb-install-system.xml
  Log:
  Fix bug #498968 - Add warning about non-installation media having different /dev/shm structure, as well as an in-document comment for future reference

Revision  Changes    Path
1.146                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.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.145&r2=1.146

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- hb-install-system.xml	13 Apr 2014 11:58:00 -0000	1.145
+++ hb-install-system.xml	1 Jun 2014 13:37:36 -0000	1.146
@@ -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.145 2014/04/13 11:58:00 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.146 2014/06/01 13:37:36 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>37</version>
-<date>2014-04-13</date>
+<version>38</version>
+<date>2014-06-01</date>
 
 <section>
 <title>Chrooting</title>
@@ -109,6 +109,21 @@
 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
 </pre>
 
+<!--
+Only warning for non-Gentoo installation media. The more other installation
+media diverge from ours, the more difficult it will be to create proper
+documentation. If this becomes a larger issue, we will need to include a
+single warning up front, and perhaps have a wiki page where users can put the
+differences, so that the installation instructions can focus on Gentoo-only
+media.
+-->
+<warn>
+When using non-Gentoo installation media, this might not be sufficient.
+Some distributions make <path>/dev/shm</path> a symbolic link to
+<path>/run/shm</path> which, after the chroot, becomes invalid. Making
+<path>/dev/shm</path> a proper tmpfs-mount up front can fix this.
+</warn>
+
 </body>
 </subsection>
 <subsection>





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2014-04-13 11:58 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2014-04-13 11:58 UTC (permalink / raw
  To: gentoo-commits

swift       14/04/13 11:58:00

  Modified:             hb-install-system.xml
  Log:
  emerge-webrsync complains about missing /usr/portage but that is to be expected

Revision  Changes    Path
1.145                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.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.144&r2=1.145

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- hb-install-system.xml	29 Dec 2013 15:39:28 -0000	1.144
+++ hb-install-system.xml	13 Apr 2014 11:58:00 -0000	1.145
@@ -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.144 2013/12/29 15:39:28 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.145 2014/04/13 11:58:00 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>36</version>
-<date>2013-12-29</date>
+<version>37</version>
+<date>2014-04-13</date>
 
 <section>
 <title>Chrooting</title>
@@ -174,6 +174,12 @@
 # <i>emerge-webrsync</i>
 </pre>
 
+<note>
+During this operation, <c>emerge-webrsync</c> might complain about a missing
+<path>/usr/portage</path> location. This is to be expected and nothing to
+worry about - the tool will create the location for us.
+</note>
+
 <p>
 From this point onward, Portage might mention that certain updates are
 recommended to be executed. This is because certain system packages





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-12-29 15:39 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-12-29 15:39 UTC (permalink / raw
  To: gentoo-commits

swift       13/12/29 15:39:28

  Modified:             hb-install-system.xml
  Log:
  None for proc is unfortunate (see man mount), using proc instead. Note that it does not harm (free choice keyword)

Revision  Changes    Path
1.144                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.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.143&r2=1.144

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- hb-install-system.xml	19 Dec 2013 10:48:20 -0000	1.143
+++ hb-install-system.xml	29 Dec 2013 15:39:28 -0000	1.144
@@ -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.143 2013/12/19 10:48:20 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.144 2013/12/29 15:39:28 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>35</version>
-<date>2013-12-19</date>
+<version>36</version>
+<date>2013-12-29</date>
 
 <section>
 <title>Chrooting</title>
@@ -104,7 +104,7 @@
 </p>
 
 <pre caption="Mounting /proc and /dev">
-# <i>mount -t proc none /mnt/gentoo/proc</i>
+# <i>mount -t proc proc /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] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-12-19  7:59 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-12-19  7:59 UTC (permalink / raw
  To: gentoo-commits

swift       13/12/19 07:59:36

  Modified:             hb-install-system.xml
  Log:
  Fix bug #494466 - Use emerge --config sys-libs/timezone-data

Revision  Changes    Path
1.142                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.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.141&r2=1.142

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- hb-install-system.xml	18 Dec 2013 15:20:47 -0000	1.141
+++ hb-install-system.xml	19 Dec 2013 07:59:36 -0000	1.142
@@ -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.141 2013/12/18 15:20:47 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.142 2013/12/19 07:59:36 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>33</version>
-<date>2013-12-18</date>
+<version>34</version>
+<date>2013-12-19</date>
 
 <section>
 <title>Chrooting</title>
@@ -431,29 +431,31 @@
 
 <p>
 Finally select your timezone so that your system knows where it is physically
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. This file is used by the C library (and
-perhaps others as well) to get local timezone information from. Please avoid
-the <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then
+write it in the <path>/etc/timezone</path> file.
 </p>
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
 </pre>
 
 <p>
-Next set the timezone (as text) in the <path>/etc/timezone</path> file. This
-file is used by the timezone-data package to update the
-<path>/etc/localtime</path> file when an update on the timezone
-files is available.
+Please avoid the <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their
+names do not indicate the expected zones. For instance, <path>GMT-8</path> is
+in fact GMT+8.
 </p>
 
-<pre caption="Setting the timezone in plain text">
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
+<p>
+Next, reconfigure the timezone-data package, which will update the
+<path>/etc/localtime</path> file for us, based on the <path>/etc/timezone</path>
+entry. The <path>/etc/localtime</path> file is used by the system C library
+to know the timezone the system is in.
+</p>
+
+<pre caption="Reconfiguring timezone-data">
+# <i>emerge --config sys-libs/timezone-data</i>
 </pre>
 
 </body>





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-12-18 15:20 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-12-18 15:20 UTC (permalink / raw
  To: gentoo-commits

swift       13/12/18 15:20:48

  Modified:             hb-install-system.xml
  Log:
  Bug #494466 - Better description for timezone file

Revision  Changes    Path
1.141                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.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.140&r2=1.141

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- hb-install-system.xml	18 Dec 2013 10:39:11 -0000	1.140
+++ hb-install-system.xml	18 Dec 2013 15:20:47 -0000	1.141
@@ -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.140 2013/12/18 10:39:11 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.141 2013/12/18 15:20:47 swift Exp $ -->
 
 <sections>
 
@@ -14,7 +14,7 @@
 to progress to that state.
 </abstract>
 
-<version>32</version>
+<version>33</version>
 <date>2013-12-18</date>
 
 <section>
@@ -447,8 +447,9 @@
 
 <p>
 Next set the timezone (as text) in the <path>/etc/timezone</path> file. This
-file is sometimes read by applications that do not support the standard 
-time methods on the system but want to know the current timezone.
+file is used by the timezone-data package to update the
+<path>/etc/localtime</path> file when an update on the timezone
+files is available.
 </p>
 
 <pre caption="Setting the timezone in plain text">





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-12-18 10:39 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-12-18 10:39 UTC (permalink / raw
  To: gentoo-commits

swift       13/12/18 10:39:11

  Modified:             hb-install-system.xml
  Log:
  Fix bug #494466 - Add blurbs about localtime/timezone differences

Revision  Changes    Path
1.140                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.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.139&r2=1.140

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- hb-install-system.xml	17 Dec 2013 11:46:12 -0000	1.139
+++ hb-install-system.xml	18 Dec 2013 10:39:11 -0000	1.140
@@ -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.139 2013/12/17 11:46:12 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.140 2013/12/18 10:39:11 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>31</version>
-<date>2013-12-17</date>
+<version>32</version>
+<date>2013-12-18</date>
 
 <section>
 <title>Chrooting</title>
@@ -432,8 +432,9 @@
 <p>
 Finally select your timezone so that your system knows where it is physically
 located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
+it to <path>/etc/localtime</path>. This file is used by the C library (and
+perhaps others as well) to get local timezone information from. Please avoid
+the <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
 indicate the expected zones. For instance, <path>GMT-8</path> is in fact
 GMT+8.
 </p>
@@ -442,7 +443,15 @@
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use Europe/Brussels)</comment>
 # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
+</pre>
+
+<p>
+Next set the timezone (as text) in the <path>/etc/timezone</path> file. This
+file is sometimes read by applications that do not support the standard 
+time methods on the system but want to know the current timezone.
+</p>
+
+<pre caption="Setting the timezone in plain text">
 # <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
 </pre>
 





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-12-17 11:46 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-12-17 11:46 UTC (permalink / raw
  To: gentoo-commits

swift       13/12/17 11:46:12

  Modified:             hb-install-system.xml
  Log:
  Fix bug #492730 - Add blurb about portage recommending upgrades (users can wait until after installation for this)

Revision  Changes    Path
1.139                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.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.138&r2=1.139

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- hb-install-system.xml	4 Dec 2013 12:30:05 -0000	1.138
+++ hb-install-system.xml	17 Dec 2013 11:46:12 -0000	1.139
@@ -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.138 2013/12/04 12:30:05 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.139 2013/12/17 11:46:12 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>30</version>
-<date>2013-12-04</date>
+<version>31</version>
+<date>2013-12-17</date>
 
 <section>
 <title>Chrooting</title>
@@ -174,6 +174,15 @@
 # <i>emerge-webrsync</i>
 </pre>
 
+<p>
+From this point onward, Portage might mention that certain updates are
+recommended to be executed. This is because certain system packages
+installed through the stage3 file might have newer versions available,
+and Portage is now aware of this because a new Portage snapshot is installed.
+You can safely ignore this for now and update after the Gentoo installation
+has finished.
+</p>
+
 </body>
 </subsection>
 <subsection>





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-12-04 12:30 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-12-04 12:30 UTC (permalink / raw
  To: gentoo-commits

swift       13/12/04 12:30:06

  Modified:             hb-install-system.xml
  Log:
  Fix bug 493230 - Only show systemd for supported arches

Revision  Changes    Path
1.138                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.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.137&r2=1.138

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- hb-install-system.xml	23 Sep 2013 17:38:39 -0000	1.137
+++ hb-install-system.xml	4 Dec 2013 12:30:05 -0000	1.138
@@ -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.137 2013/09/23 17:38:39 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.138 2013/12/04 12:30:05 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>29</version>
-<date>2013-09-23</date>
+<version>30</version>
+<date>2013-12-04</date>
 
 <section>
 <title>Chrooting</title>
@@ -397,7 +397,7 @@
 </body>
 </subsection>
 </section>
-<section>
+<section test="contains('AMD64 arm PPC PPC64 x86', func:keyval('arch'))">
 <title>Optional: Using systemd</title>
 <body>
 





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-09-23 17:38 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-09-23 17:38 UTC (permalink / raw
  To: gentoo-commits

swift       13/09/23 17:38:40

  Modified:             hb-install-system.xml
  Log:
  Fix bug #482694 - Add paragraph about where to find info for systemd

Revision  Changes    Path
1.137                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.137&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.136&r2=1.137

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- hb-install-system.xml	15 Aug 2013 08:25:48 -0000	1.136
+++ hb-install-system.xml	23 Sep 2013 17:38:39 -0000	1.137
@@ -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.136 2013/08/15 08:25:48 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.137 2013/09/23 17:38:39 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>28</version>
-<date>2013-08-15</date>
+<version>29</version>
+<date>2013-09-23</date>
 
 <section>
 <title>Chrooting</title>
@@ -398,6 +398,25 @@
 </subsection>
 </section>
 <section>
+<title>Optional: Using systemd</title>
+<body>
+
+<p>
+The remainder of the Gentoo Handbook focuses on OpenRC as the default init
+support system. If you want to use systemd instead, or are planning to use Gnome
+3.8 and later (which requires systemd), please consult the <uri 
+link="https://wiki.gentoo.org/wiki/Systemd">systemd page</uri> on
+the Gentoo wiki as it elaborates on the different configuration settings and
+methods.
+</p>
+
+<p>
+The Gentoo Handbook can then be followed with that page in mind.
+</p>
+
+</body>
+</section>
+<section>
 <title>Timezone</title>
 <body>
 





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-08-15  8:25 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-08-15  8:25 UTC (permalink / raw
  To: gentoo-commits

swift       13/08/15 08:25:48

  Modified:             hb-install-system.xml
  Log:
  Fix bug #466518 - No server subprofiles anymore

Revision  Changes    Path
1.136                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.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.135&r2=1.136

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- hb-install-system.xml	24 Jul 2013 21:04:25 -0000	1.135
+++ hb-install-system.xml	15 Aug 2013 08:25:48 -0000	1.136
@@ -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.135 2013/07/24 21:04:25 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.136 2013/08/15 08:25:48 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>27</version>
-<date>2013-07-24</date>
+<version>28</version>
+<date>2013-08-15</date>
 
 <section>
 <title>Chrooting</title>
@@ -265,16 +265,21 @@
 You can see what profile you are currently using with the following command:
 </p>
 
+<note>
+The output of the command below is just an example and evolves over time.
+</note>
+
 <pre caption="Verifying system profile">
 # <i>eselect profile list</i>
 Available profile symlink targets:
   [1]   <keyval id="profile"/> *
   [2]   <keyval id="profile"/>/desktop
-  [3]   <keyval id="profile"/>/server
+  [3]   <keyval id="profile"/>/desktop/gnome
+  [4]   <keyval id="profile"/>/desktop/kde
 </pre>
 
 <p>
-As you can see, there are also <c>desktop</c> and <c>server</c> subprofiles available for some
+As you can see, there are also <c>desktop</c> subprofiles available for some
 architectures. Running <c>eselect profile list</c> will show all available
 profiles.
 </p>
@@ -298,17 +303,19 @@
 Available profile symlink targets:
   [1]   <keyval id="profile"/> *
   [2]   <keyval id="profile"/>/desktop
-  [3]   <keyval id="profile"/>/no-multilib
-  [4]   <keyval id="profile"/>/server
+  [3]   <keyval id="profile"/>/desktop/gnome
+  [4]   <keyval id="profile"/>/desktop/kde
+  [5]   <keyval id="profile"/>/no-multilib
 <comment>(Choose the no-multilib profile)</comment>
-# <i>eselect profile set 3</i>
+# <i>eselect profile set 5</i>
 <comment>(Verify the change)</comment>
 # <i>eselect profile list</i>
 Available profile symlink targets:
   [1]   <keyval id="profile"/>
   [2]   <keyval id="profile"/>/desktop
-  [3]   <keyval id="profile"/>/no-multilib *
-  [4]   <keyval id="profile"/>/server
+  [3]   <keyval id="profile"/>/desktop/gnome
+  [4]   <keyval id="profile"/>/desktop/kde
+  [5]   <keyval id="profile"/>/no-multilib *
 </pre>
 
 <note>





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-07-24 21:04 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-07-24 21:04 UTC (permalink / raw
  To: gentoo-commits

swift       13/07/24 21:04:25

  Modified:             hb-install-system.xml
  Log:
  Fix bug #466514 - Drop mkdir and paragraph on extraction

Revision  Changes    Path
1.135                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.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.134&r2=1.135

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- hb-install-system.xml	24 Jul 2013 21:01:54 -0000	1.134
+++ hb-install-system.xml	24 Jul 2013 21:04:25 -0000	1.135
@@ -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.134 2013/07/24 21:01:54 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.135 2013/07/24 21:04:25 swift Exp $ -->
 
 <sections>
 
@@ -14,7 +14,7 @@
 to progress to that state.
 </abstract>
 
-<version>26</version>
+<version>27</version>
 <date>2013-07-24</date>
 
 <section>
@@ -162,7 +162,6 @@
 <p>
 You now have to install a Portage snapshot, a collection of files that inform
 Portage what software titles you can install, which profiles are available, etc.
-The contents of this snapshot will be extracted to <path>/usr/portage</path>.
 </p>
 
 <p>
@@ -172,7 +171,6 @@
 </p>
 
 <pre caption="Running emerge-webrsync to install a Portage snapshot">
-# <i>mkdir /usr/portage</i>
 # <i>emerge-webrsync</i>
 </pre>
 





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-07-24 21:01 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-07-24 21:01 UTC (permalink / raw
  To: gentoo-commits

swift       13/07/24 21:01:55

  Modified:             hb-install-system.xml
  Log:
  Fix bug #466514 - Use "install" instead of "unpack" for Portage snapshot now that emerge-webrsync is used

Revision  Changes    Path
1.134                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.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.133&r2=1.134

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- hb-install-system.xml	16 Mar 2013 18:58:17 -0000	1.133
+++ hb-install-system.xml	24 Jul 2013 21:01:54 -0000	1.134
@@ -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.133 2013/03/16 18:58:17 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.134 2013/07/24 21:01:54 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>25</version>
-<date>2013-03-16</date>
+<version>26</version>
+<date>2013-07-24</date>
 
 <section>
 <title>Chrooting</title>
@@ -156,7 +156,7 @@
 <section id="installing_portage">
 <title>Configuring Portage</title>
 <subsection>
-<title>Unpacking a Portage Snapshot</title>
+<title>Installing a Portage Snapshot</title>
 <body>
 
 <p>





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-01-20 18:11 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-01-20 18:11 UTC (permalink / raw
  To: gentoo-commits

swift       13/01/20 18:11:00

  Modified:             hb-install-system.xml
  Log:
  Fix bug #450038 - Add information on news items, thanks to Pacho Ramos

Revision  Changes    Path
1.132                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.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.131&r2=1.132

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- hb-install-system.xml	20 Jan 2013 15:58:28 -0000	1.131
+++ hb-install-system.xml	20 Jan 2013 18:11:00 -0000	1.132
@@ -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.131 2013/01/20 15:58:28 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.132 2013/01/20 18:11:00 swift Exp $ -->
 
 <sections>
 
@@ -14,7 +14,7 @@
 to progress to that state.
 </abstract>
 
-<version>23</version>
+<version>24</version>
 <date>2013-01-20</date>
 
 <section>
@@ -202,7 +202,43 @@
 
 <p>
 If you are warned that a new Portage version is available and that you should
-update Portage, you should do it now using <c>emerge --oneshot portage</c>.
+update Portage, you should do it now using <c>emerge --oneshot portage</c>. You
+might also be notified that "news items need reading". More on that next.
+</p>
+
+</body>
+</subsection>
+<subsection>
+<title>Reading News Items</title>
+<body>
+
+<p>
+When a Portage tree is synchronized to your system, Portage might warn you with
+the following:
+</p>
+
+<pre caption="Portage informing that news items are available">
+ * IMPORTANT: 2 news items need reading for repository 'gentoo'.
+ * Use eselect news to read news items.
+</pre>
+
+<p>
+Portage news items were created to provide a communication medium to push
+critical messages to users via the rsync tree. To manage them you will need to
+use <c>eselect news</c>. With the <c>read</c> subcommand, you can read all news
+items. With <c>list</c> you can get an overview of the available news items, and
+with <c>purge</c> you can remove them once you have read them and have no
+further need for the item(s) anymore.
+</p>
+
+<pre caption="Handling Portage news">
+# <i>eselect news list</i>
+# <i>eselect news read</i>
+</pre>
+
+<p>
+More information about the newsreader is available through its manual page:
+<c>man news.eselect</c>.
 </p>
 
 </body>





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2013-01-20 15:58 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2013-01-20 15:58 UTC (permalink / raw
  To: gentoo-commits

swift       13/01/20 15:58:28

  Modified:             hb-install-system.xml
  Log:
  Fix bug #451354 - IA64 had a separate section but really doesnt need it. removing and using the same section everywhere

Revision  Changes    Path
1.131                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.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.130&r2=1.131

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- hb-install-system.xml	8 Jan 2013 19:18:37 -0000	1.130
+++ hb-install-system.xml	20 Jan 2013 15:58:28 -0000	1.131
@@ -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.130 2013/01/08 19:18:37 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.131 2013/01/20 15:58:28 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>22</version>
-<date>2013-01-08</date>
+<version>23</version>
+<date>2013-01-20</date>
 
 <section>
 <title>Chrooting</title>
@@ -86,7 +86,7 @@
 
 </body>
 </subsection>
-<subsection test="not(func:keyval('arch')='IA64')">
+<subsection>
 <title>Mounting the necessary Filesystems</title>
 <body>
 
@@ -111,25 +111,6 @@
 
 </body>
 </subsection>
-<subsection test="func:keyval('arch')='IA64'">
-<title>Mounting the /proc, /sys 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 within the
-chrooted environment, and then mount-bind the <path>/dev</path> and
-<path>/sys</path> filesystems.
-</p>
-
-<pre caption="Mounting /proc /sys and /dev">
-# <i>mount -t proc none /mnt/gentoo/proc</i>
-# <i>mount --rbind /dev /mnt/gentoo/dev</i>
-# <i>mount --rbind /sys /mnt/gentoo/sys</i>
-</pre>
-
-</body>
-</subsection>
 <subsection>
 <title>Entering the new Environment</title>
 <body>





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2012-12-09 20:14 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2012-12-09 20:14 UTC (permalink / raw
  To: gentoo-commits

swift       12/12/09 20:14:14

  Modified:             hb-install-system.xml
  Log:
  Fix typo on calling emerge-webrsync, thanks to iamben for catching it

Revision  Changes    Path
1.128                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.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.127&r2=1.128

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- hb-install-system.xml	9 Dec 2012 13:29:00 -0000	1.127
+++ hb-install-system.xml	9 Dec 2012 20:14:14 -0000	1.128
@@ -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.127 2012/12/09 13:29:00 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.128 2012/12/09 20:14:14 swift Exp $ -->
 
 <sections>
 
@@ -14,7 +14,7 @@
 to progress to that state.
 </abstract>
 
-<version>19</version>
+<version>20</version>
 <date>2012-12-09</date>
 
 <section>
@@ -193,7 +193,7 @@
 
 <pre caption="Running emerge-webrsync to install a Portage snapshot">
 # <i>mkdir /usr/portage</i>
-# <i>emerge-webrync</i>
+# <i>emerge-webrsync</i>
 </pre>
 
 </body>





^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2012-05-06 18:44 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2012-05-06 18:44 UTC (permalink / raw
  To: gentoo-commits

swift       12/05/06 18:44:46

  Modified:             hb-install-system.xml
  Log:
  Add hint about using other terminals or consoles in chroot environment, thanks to Maciej Nowak for suggesting to add it.

Revision  Changes    Path
1.123                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.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.122&r2=1.123

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- hb-install-system.xml	22 Apr 2012 10:45:58 -0000	1.122
+++ hb-install-system.xml	6 May 2012 18:44:46 -0000	1.123
@@ -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.122 2012/04/22 10:45:58 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.123 2012/05/06 18:44:46 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>14</version>
-<date>2012-04-22</date>
+<version>15</version>
+<date>2012-05-06</date>
 
 <section>
 <title>Chrooting</title>
@@ -162,6 +162,11 @@
 has some sections left :-)
 </p>
 
+<p>
+If you at any time would need another terminal or console to access the chroot
+environment, all you need to do is to execute the above steps again.
+</p>
+
 </body>
 </subsection>
 </section>






^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2012-04-22 10:45 Sven Vermeulen (swift)
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Vermeulen (swift) @ 2012-04-22 10:45 UTC (permalink / raw
  To: gentoo-commits

swift       12/04/22 10:45:58

  Modified:             hb-install-system.xml
  Log:
  Fix bug #395515 - Do not refer to 2.6 kernel in default profile

Revision  Changes    Path
1.122                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.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.121&r2=1.122

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- hb-install-system.xml	8 Apr 2012 20:20:55 -0000	1.121
+++ hb-install-system.xml	22 Apr 2012 10:45:58 -0000	1.122
@@ -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.121 2012/04/08 20:20:55 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.122 2012/04/22 10:45:58 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>13</version>
-<date>2012-04-08</date>
+<version>14</version>
+<date>2012-04-22</date>
 
 <section>
 <title>Chrooting</title>
@@ -230,12 +230,7 @@
 </pre>
 
 <p>
-The default profile will provide you with a Linux 2.6-based system. This is the
-recommended default, but you have the option of choosing another profile too.
-</p>
-
-<p>
-There are also <c>desktop</c> and <c>server</c> subprofiles available for some
+As you can see, there are also <c>desktop</c> and <c>server</c> subprofiles available for some
 architectures. Running <c>eselect profile list</c> will show all available
 profiles.
 </p>






^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2011-08-03  8:24 Jan Kundrat (jkt)
  0 siblings, 0 replies; 24+ messages in thread
From: Jan Kundrat (jkt) @ 2011-08-03  8:24 UTC (permalink / raw
  To: gentoo-commits

jkt         11/08/03 08:24:04

  Modified:             hb-install-system.xml
  Log:
  #369841: improving readability by swift

Revision  Changes    Path
1.119                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.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.118&r2=1.119

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- hb-install-system.xml	16 Mar 2011 07:43:58 -0000	1.118
+++ hb-install-system.xml	3 Aug 2011 08:24:04 -0000	1.119
@@ -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.118 2011/03/16 07:43:58 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.119 2011/08/03 08:24:04 jkt Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>10.6</version>
-<date>2011-03-16</date>
+<version>11</version>
+<date>2011-08-03</date>
 
 <section>
 <title>Chrooting</title>
@@ -30,7 +30,9 @@
 our <uri link="/main/en/mirrors.xml">mirror list</uri> and search
 for a mirror (or mirrors) close to you (as those are most frequently the 
 fastest ones), but we provide a nice tool called <c>mirrorselect</c> which
-provides you with a nice interface to select the mirrors you want.
+provides you with a nice interface to select the mirrors you want. Just 
+navigate to the mirrors of choice and press spacebar to select one or more
+mirrors.
 </p>
   
 <pre caption="Using mirrorselect for the GENTOO_MIRRORS variable">
@@ -89,6 +91,12 @@
 <body>
 
 <p>
+In a few moments, we will change the Linux root towards the new location. To
+make sure that the new environment works properly, we need to make certain file
+systems available there as well.
+</p>
+
+<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.






^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2010-11-14 15:41 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 24+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-11-14 15:41 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/11/14 15:41:26

  Modified:             hb-install-system.xml
  Log:
  ppc64 now supports selecting ipv6 mirrors, so removed the last warning. bug 321713.

Revision  Changes    Path
1.117                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.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.116&r2=1.117

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- hb-install-system.xml	13 Jun 2010 12:02:53 -0000	1.116
+++ hb-install-system.xml	14 Nov 2010 15:41:26 -0000	1.117
@@ -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.116 2010/06/13 12:02:53 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.117 2010/11/14 15:41:26 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>10.4</version>
-<date>2010-06-13</date>
+<version>10.5</version>
+<date>2010-11-14</date>
 
 <section>
 <title>Chrooting</title>
@@ -37,10 +37,6 @@
 # <i>mirrorselect -i -o &gt;&gt; /mnt/gentoo/etc/make.conf</i>
 </pre>
 
-<warn test="func:keyval('arch')='PPC64'">
-Do not select any IPv6 mirrors. Our stages currently do not support IPv6.
-</warn>
-
 <p>
 A second important setting is the SYNC setting in <path>make.conf</path>. This
 variable contains the rsync server you want to use when updating your Portage






^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2010-06-07  9:21 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 24+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-06-07  9:21 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/06/07 09:21:14

  Modified:             hb-install-system.xml
  Log:
  cleaned up dead USE flags

Revision  Changes    Path
1.115                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.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.114&r2=1.115

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- hb-install-system.xml	28 May 2010 03:50:07 -0000	1.114
+++ hb-install-system.xml	7 Jun 2010 09:21:13 -0000	1.115
@@ -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.114 2010/05/28 03:50:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.115 2010/06/07 09:21:13 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>10.2</version>
-<date>2010-05-27</date>
+<version>10.3</version>
+<date>2010-06-07</date>
 
 <section>
 <title>Chrooting</title>
@@ -299,7 +299,7 @@
 In the <c>USE</c> variable you define keywords which are mapped onto
 compile-options. For instance, <e>ssl</e> will compile ssl-support in the
 programs that support it. <e>-X</e> will remove X-server support (note the
-minus sign in front). <e>gnome gtk -kde -qt3 -qt4</e> will compile your
+minus sign in front). <e>gnome gtk -kde -qt4</e> will compile your
 programs with gnome (and gtk) support, and not with kde (and qt) support,
 making your system fully tweaked for GNOME.
 </p>
@@ -340,7 +340,7 @@
 </pre>
 
 <pre caption="USE setting">
-USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr"
+USE="-gtk -gnome qt4 kde dvd alsa cdr"
 </pre>
 
 </body>






^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2010-05-28  3:50 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 24+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-05-28  3:50 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/05/28 03:50:08

  Modified:             hb-install-system.xml
  Log:
  made ipv6 note conditional, as all kernels except alpha, ia64, and ppc64 support ipv6. bug 321713.

Revision  Changes    Path
1.114                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.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.113&r2=1.114

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- hb-install-system.xml	24 May 2010 21:20:32 -0000	1.113
+++ hb-install-system.xml	28 May 2010 03:50:07 -0000	1.114
@@ -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.113 2010/05/24 21:20:32 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.114 2010/05/28 03:50:07 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>10.1</version>
-<date>2010-05-24</date>
+<version>10.2</version>
+<date>2010-05-27</date>
 
 <section>
 <title>Chrooting</title>
@@ -37,7 +37,7 @@
 # <i>mirrorselect -i -o &gt;&gt; /mnt/gentoo/etc/make.conf</i>
 </pre>
 
-<warn>
+<warn test="contains('Alpha IA64 PPC64', func:keyval('arch'))">
 Do not select any IPv6 mirrors. Our stages currently do not support IPv6.
 </warn>
 






^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2010-05-24 21:20 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 24+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-05-24 21:20 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/05/24 21:20:32

  Modified:             hb-install-system.xml
  Log:
  link community mirrors list for SYNC servers, bug 309073

Revision  Changes    Path
1.113                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.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.112&r2=1.113

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- hb-install-system.xml	4 Oct 2009 18:37:42 -0000	1.112
+++ hb-install-system.xml	24 May 2010 21:20:32 -0000	1.113
@@ -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.112 2009/10/04 18:37:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.113 2010/05/24 21:20:32 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>10.0</version>
-<date>2009-10-04</date>
+<version>10.1</version>
+<date>2010-05-24</date>
 
 <section>
 <title>Chrooting</title>
@@ -58,6 +58,15 @@
 in <path>/mnt/gentoo/etc/make.conf</path> !
 </p>
 
+<note>
+If you want to manually set a SYNC server in <path>make.conf</path>, you should
+check out the <uri link="/main/en/mirrors-rsync.xml">community mirrors
+list</uri> for the mirrors closest to you. We recommend choosing a
+<e>rotation</e>, such as <c>rsync.us.gentoo.org</c>, rather than choosing a
+single mirror. This helps spread out the load and provides a failsafe in case a
+specific mirror is offline.
+</note>
+
 </body>
 </subsection>
 <subsection>






^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
@ 2008-05-15  6:56 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 24+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-05-15  6:56 UTC (permalink / raw
  To: gentoo-commits

nightmorph    08/05/15 06:56:49

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



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

end of thread, other threads:[~2014-06-01 13:37 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-13 12:02 [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml Joshua Saddler (nightmorph)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-01 13:37 Sven Vermeulen (swift)
2014-04-13 11:58 Sven Vermeulen (swift)
2013-12-29 15:39 Sven Vermeulen (swift)
2013-12-19  7:59 Sven Vermeulen (swift)
2013-12-18 15:20 Sven Vermeulen (swift)
2013-12-18 10:39 Sven Vermeulen (swift)
2013-12-17 11:46 Sven Vermeulen (swift)
2013-12-04 12:30 Sven Vermeulen (swift)
2013-09-23 17:38 Sven Vermeulen (swift)
2013-08-15  8:25 Sven Vermeulen (swift)
2013-07-24 21:04 Sven Vermeulen (swift)
2013-07-24 21:01 Sven Vermeulen (swift)
2013-01-20 18:11 Sven Vermeulen (swift)
2013-01-20 15:58 Sven Vermeulen (swift)
2012-12-09 20:14 Sven Vermeulen (swift)
2012-05-06 18:44 Sven Vermeulen (swift)
2012-04-22 10:45 Sven Vermeulen (swift)
2011-08-03  8:24 Jan Kundrat (jkt)
2010-11-14 15:41 Joshua Saddler (nightmorph)
2010-06-07  9:21 Joshua Saddler (nightmorph)
2010-05-28  3:50 Joshua Saddler (nightmorph)
2010-05-24 21:20 Joshua Saddler (nightmorph)
2008-05-15  6:56 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