* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
@ 2009-01-22 16:59 Xavier Neys (neysx)
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys (neysx) @ 2009-01-22 16:59 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 09/01/22 16:59:47
Modified: gentoo-x86-quickinstall-stage.xml
Log:
#256012 bind-mount /dev before chrooting
Revision Changes Path
1.7 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.6&r2=1.7
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gentoo-x86-quickinstall-stage.xml 1 Nov 2008 09:45:22 -0000 1.6
+++ gentoo-x86-quickinstall-stage.xml 22 Jan 2009 16:59:47 -0000 1.7
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.6 2008/11/01 09:45:22 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.7 2009/01/22 16:59:47 neysx Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>6</version>
-<date>2008-11-01</date>
+<version>7</version>
+<date>2009-01-22</date>
<section>
<title>Setting Up The Stage</title>
@@ -81,13 +81,15 @@
<body>
<p>
-Mount the <path>/proc</path> file system, copy over the
-<path>/etc/resolv.conf</path> file, then chroot into your Gentoo environment.
+Mount the <path>/proc</path> & <path>/dev</path> file systems, copy over
+the <path>/etc/resolv.conf</path> file, then chroot into your Gentoo
+environment.
</p>
<pre caption="Chroot">
livecd usr # <i>cd /</i>
livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
+licecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
livecd / # <i>env-update && source /etc/profile</i>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
@ 2009-02-15 7:39 Lukasz Damentko (rane)
0 siblings, 0 replies; 7+ messages in thread
From: Lukasz Damentko (rane) @ 2009-02-15 7:39 UTC (permalink / raw
To: gentoo-doc-cvs
rane 09/02/15 07:39:04
Modified: gentoo-x86-quickinstall-stage.xml
Log:
fixing a typo (licecd -> livecd)
Revision Changes Path
1.8 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.7&r2=1.8
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gentoo-x86-quickinstall-stage.xml 22 Jan 2009 16:59:47 -0000 1.7
+++ gentoo-x86-quickinstall-stage.xml 15 Feb 2009 07:39:04 -0000 1.8
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.7 2009/01/22 16:59:47 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.8 2009/02/15 07:39:04 rane Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
@@ -89,7 +89,7 @@
<pre caption="Chroot">
livecd usr # <i>cd /</i>
livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
-licecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
+livecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
livecd / # <i>env-update && source /etc/profile</i>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
@ 2009-06-14 14:55 Xavier Neys (neysx)
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys (neysx) @ 2009-06-14 14:55 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 09/06/14 14:55:33
Modified: gentoo-x86-quickinstall-stage.xml
Log:
commands should work as-is when cut&pasted
Revision Changes Path
1.10 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.9&r2=1.10
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gentoo-x86-quickinstall-stage.xml 14 Jun 2009 00:08:05 -0000 1.9
+++ gentoo-x86-quickinstall-stage.xml 14 Jun 2009 14:55:33 -0000 1.10
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.9 2009/06/14 00:08:05 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.10 2009/06/14 14:55:33 neysx Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>8</version>
-<date>2009-06-13</date>
+<version>9</version>
+<date>2009-06-14</date>
<section>
<title>Setting Up The Stage</title>
@@ -37,7 +37,7 @@
stage3 of your choice, probably the i686 stage3 and press D to download it)</comment>
<comment>(<b>Or</b> download it directly with wget without choosing a nearby mirror)</comment>
-livecd gentoo # <i>wget http://distfiles.gentoo.org/releases/x86/current/stage3-i686-<date>.tar.bz2</i>
+livecd gentoo # <i>wget ftp://distfiles.gentoo.org/pub/gentoo/releases/x86/current/stage3-i686-*.tar.bz2</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
@ 2011-03-16 7:49 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 7+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-16 7:49 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 11/03/16 07:49:40
Modified: gentoo-x86-quickinstall-stage.xml
Log:
use different bind mount, bug 253681
Revision Changes Path
1.12 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.11&r2=1.12
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gentoo-x86-quickinstall-stage.xml 4 Oct 2009 17:25:49 -0000 1.11
+++ gentoo-x86-quickinstall-stage.xml 16 Mar 2011 07:49:40 -0000 1.12
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.11 2009/10/04 17:25:49 nightmorph Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.12 2011/03/16 07:49:40 nightmorph Exp $ -->
<included>
-<version>10</version>
-<date>2009-10-04</date>
+<version>11</version>
+<date>2011-03-16</date>
<section>
<title>Setting Up The Stage</title>
@@ -92,7 +92,7 @@
<pre caption="Chroot">
livecd usr # <i>cd /</i>
livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
-livecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
+livecd / # <i>mount --rbind /dev /mnt/gentoo/dev</i>
livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
livecd / # <i>env-update && source /etc/profile</i>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
@ 2011-08-02 2:28 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 7+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-08-02 2:28 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 11/08/02 02:28:17
Modified: gentoo-x86-quickinstall-stage.xml
Log:
adjust text in a <pre> block that was affecting layout. bug 377095. had to bump version and date because a code block was touched.
Revision Changes Path
1.13 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.12&r2=1.13
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gentoo-x86-quickinstall-stage.xml 16 Mar 2011 07:49:40 -0000 1.12
+++ gentoo-x86-quickinstall-stage.xml 2 Aug 2011 02:28:17 -0000 1.13
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.12 2011/03/16 07:49:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.13 2011/08/02 02:28:17 nightmorph Exp $ -->
<included>
-<version>11</version>
-<date>2011-03-16</date>
+<version>12</version>
+<date>2011-08-01</date>
<section>
<title>Setting Up The Stage</title>
@@ -33,7 +33,9 @@
<pre caption="Download a stage3 archive">
livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
-<comment>(Pick a mirror, move to the releases/x86/current-stage3/ directory, highlight the stage3 of your choice, probably the i686 stage3 and press D to download it)</comment>
+<comment>(Pick a mirror, move to the releases/x86/current-stage3/ directory,
+highlight the stage3 of your choice, probably the i686 stage3, and press D to
+download it)</comment>
<comment>(<b>Or</b> download it directly with wget without choosing a nearby mirror)</comment>
livecd gentoo # <i>wget ftp://distfiles.gentoo.org/pub/gentoo/releases/x86/current-stage3/stage3-i686-*.tar.bz2</i>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
@ 2012-02-22 21:27 Sven Vermeulen (swift)
0 siblings, 0 replies; 7+ messages in thread
From: Sven Vermeulen (swift) @ 2012-02-22 21:27 UTC (permalink / raw
To: gentoo-doc-cvs
swift 12/02/22 21:27:45
Modified: gentoo-x86-quickinstall-stage.xml
Log:
Fix bug #405271 (thanks to Ogelpre) to update /etc/timezone wherever we say to update /etc/localtime as it is /etc/timezone that is the master, read by timezone-data to update localtime
Revision Changes Path
1.14 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.13&r2=1.14
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gentoo-x86-quickinstall-stage.xml 2 Aug 2011 02:28:17 -0000 1.13
+++ gentoo-x86-quickinstall-stage.xml 22 Feb 2012 21:27:45 -0000 1.14
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.13 2011/08/02 02:28:17 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.14 2012/02/22 21:27:45 swift Exp $ -->
<included>
-<version>12</version>
-<date>2011-08-01</date>
+<version>13</version>
+<date>2012-02-22</date>
<section>
<title>Setting Up The Stage</title>
@@ -116,6 +116,7 @@
livecd / # <i>ls /usr/share/zoneinfo</i>
<comment>(Using Brussels as an example)</comment>
livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+livecd / # <i>echo "Europe/Brussels" > /etc/timezone</i>
livecd / # <i>date</i>
Wed Mar 8 00:46:05 CET 2006
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
@ 2012-04-29 15:59 Sven Vermeulen (swift)
0 siblings, 0 replies; 7+ messages in thread
From: Sven Vermeulen (swift) @ 2012-04-29 15:59 UTC (permalink / raw
To: gentoo-doc-cvs
swift 12/04/29 15:59:15
Modified: gentoo-x86-quickinstall-stage.xml
Log:
Correcting hostname setting as reported by Chris Abela
Revision Changes Path
1.15 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.14&r2=1.15
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gentoo-x86-quickinstall-stage.xml 22 Feb 2012 21:27:45 -0000 1.14
+++ gentoo-x86-quickinstall-stage.xml 29 Apr 2012 15:59:15 -0000 1.15
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.14 2012/02/22 21:27:45 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.15 2012/04/29 15:59:15 swift Exp $ -->
<included>
-<version>13</version>
-<date>2012-02-22</date>
+<version>14</version>
+<date>2012-02-29</date>
<section>
<title>Setting Up The Stage</title>
@@ -138,7 +138,7 @@
<pre caption="Set host and domain name">
livecd / # <i>cd /etc</i>
livecd etc # <i>echo "127.0.0.1 mybox.at.myplace mybox localhost" > hosts</i>
-livecd etc # <i>sed -i -e 's/HOSTNAME.*/HOSTNAME="mybox"/' conf.d/hostname</i>
+livecd etc # <i>sed -i -e 's/hostname.*/hostname="mybox"/' conf.d/hostname</i>
<comment>(Use defined host name and check)</comment>
livecd etc # <i>hostname mybox</i>
livecd etc # <i>hostname -f</i>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-04-29 18:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-15 7:39 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml Lukasz Damentko (rane)
-- strict thread matches above, loose matches on Subject: below --
2012-04-29 15:59 Sven Vermeulen (swift)
2012-02-22 21:27 Sven Vermeulen (swift)
2011-08-02 2:28 Joshua Saddler (nightmorph)
2011-03-16 7:49 Joshua Saddler (nightmorph)
2009-06-14 14:55 Xavier Neys (neysx)
2009-01-22 16:59 Xavier Neys (neysx)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox