* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2010-06-14 20:22 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 9+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-06-14 20:22 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/06/14 20:22:18
Modified: altinstall.xml
Log:
rewrite the altinstall guide to be more generic about non-Gentoo LiveCDs, also made it clearer that they are unsupported if something goes wrong with them. also included a tip from bug 323973 when extracting the stage tarball.
Revision Changes Path
1.77 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.76&r2=1.77
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- altinstall.xml 10 Sep 2008 23:04:29 -0000 1.76
+++ altinstall.xml 14 Jun 2010 20:22:17 -0000 1.77
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.76 2008/09/10 23:04:29 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.77 2010/06/14 20:22:17 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/altinstall.xml">
+<guide>
<title>The Gentoo Linux alternative installation method HOWTO</title>
@@ -59,8 +59,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1</version>
-<date>2008-09-10</date>
+<version>2</version>
+<date>2010-06-14</date>
<chapter>
<title>About this document</title>
@@ -162,43 +162,53 @@
</chapter>
<chapter>
-<title>Knoppix Installation</title>
+<title>Installation from non-Gentoo LiveCDs</title>
<section>
+<title>Introduction</title>
<body>
-<note>
-Knoppix is only available for x86 users.
-</note>
+<impo>
+The Gentoo developers cannot support you if something goes wrong with a
+non-Gentoo LiveCD, as there's no way to fix, troubleshoot, or document every
+quirk of every LiveCD out there. Only Gentoo LiveCDs are officially supported.
+If you run into problems with alternative installation media, please visit the
+<uri link="http://forums.gentoo.org">Gentoo Forums</uri> for community help.
+</impo>
-<!-- this works with knoppix 3.6+ and gentoo 2004.3, 2005.0-->
+<p>
+It is possible to boot some other LiveCD besides the Gentoo-provided CDs. This
+will give you a functional environment to use while you're compiling and
+installing Gentoo. The instructions provided here should work in principle with
+just about any other LiveCD.
+</p>
<p>
-Booting from the <uri link="http://www.knoppix.org/">Knoppix</uri> LiveCD is a
-way to have a fully functional system while you're compiling Gentoo. Tux Racer
-will help you pass the time while you wait, and you can use OpenOffice for
-work.
+There are too many LiveCDs out there to <uri
+link="http://distrowatch.com/search.php">list</uri>, but you might try <uri
+link="http://www.knoppix.org/">Knoppix</uri>. It provides a full graphical
+desktop, with office applications, web browsers, and games to keep you busy.
+Knoppix is only available for x86 users, so depending on your needs you may need
+to find a different LiveCD.
</p>
<warn>
-Be aware that if you save anything in Knoppix's home directory while waiting
+Be aware that if you save anything in your LiveCD's home directory while waiting
for your Gentoo system to install, it will not be available when you reboot
into Gentoo. Be sure to save important files on the hard disk or on some other
computer!
</warn>
-<p>
-Boot from the Knoppix CD. If you have Knoppix 3.6-3.8.2, you will need to
-specify <c>knoppix26</c> as a boot option to load a 2.6 kernel. If you miss
-this step, when you <c>chroot</c>, you will recieve an error saying that your
-kernel is too old. If, however, you have Knoppix 3.9+, this step is
-unnecessary, since the 2.6 kernel is default.
-</p>
+</body>
+</section>
+<section>
+<title>Installation instructions</title>
+<body>
<p>
-By default Knoppix boots into a KDE desktop. Open a <c>konsole</c> and <c>su
--</c> so you can change your password. This lets you set the root password for
-Knoppix. You can now configure <c>sshd</c> for remote login, at your
-preference.
+Boot from your LiveCD. Open a terminal and run <c>su -</c> so you can change your
+password. This lets you set the root password for the CD. You can now configure
+<c>sshd</c> for remote login, if you need to install Gentoo remotely. Next,
+you'll need to create the <path>/mnt/gentoo</path> mountpoint.
</p>
<pre caption="Creating the /mnt/gentoo mountpoint">
@@ -217,10 +227,21 @@
</pre>
<p>
-Also, know that some of Portage's FEATURES will not work in knoppix. Especially
+When you're ready to unpack the stage tarball in <uri
+link="/doc/en/handbook/handbook-x86.xml?part=1&chap=5">part 5</uri>, you
+will need to use a different <c>tar</c> command to ensure that proper group IDs
+are enforced on the unpacked stage:
+</p>
+
+<pre caption="Unpacking the stage tarball">
+# <i>tar --numeric-owner -xvjpf stage3-*.tar.bz2</i>
+</pre>
+
+<p>
+Finally, know that some Portage FEATURES may not work in your LiveCD. Especially
watch out for <c>userpriv</c> and <c>usersandbox</c>. If you find yourself
getting errors, it might be wise to disable some or all of the optional
-features.
+FEATURES.
</p>
<!--
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2010-06-15 6:14 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 9+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-06-15 6:14 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/06/15 06:14:16
Modified: altinstall.xml
Log:
add env cleanup tip per bug 324051
Revision Changes Path
1.78 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.77&r2=1.78
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- altinstall.xml 14 Jun 2010 20:22:17 -0000 1.77
+++ altinstall.xml 15 Jun 2010 06:14:16 -0000 1.78
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.77 2010/06/14 20:22:17 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.78 2010/06/15 06:14:16 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -59,7 +59,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
+<version>3</version>
<date>2010-06-14</date>
<chapter>
@@ -228,7 +228,7 @@
<p>
When you're ready to unpack the stage tarball in <uri
-link="/doc/en/handbook/handbook-x86.xml?part=1&chap=5">part 5</uri>, you
+link="/doc/en/handbook/handbook-x86.xml?part=1&chap=5_sect4">part 5</uri>, you
will need to use a different <c>tar</c> command to ensure that proper group IDs
are enforced on the unpacked stage:
</p>
@@ -238,6 +238,21 @@
</pre>
<p>
+Once you're ready to chroot into your unpacked stage in <uri
+link="/doc/en/handbook/handbook-x86.xml?part=1&chap=6#doc_chap1">part
+6</uri>, you will need to use a different chroot command sequence. This ensures
+that your environment variables are properly setup.
+</p>
+
+<pre caption="Chrooting into the new environment">
+# <i>chroot /mnt/gentoo /bin/bash</i>
+# <i>su -</i>
+# <i>env-update</i>
+# <i>source /etc/profile</i>
+# <i>export PS1="(chroot) $PS1"</i>
+</pre>
+
+<p>
Finally, know that some Portage FEATURES may not work in your LiveCD. Especially
watch out for <c>userpriv</c> and <c>usersandbox</c>. If you find yourself
getting errors, it might be wise to disable some or all of the optional
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2010-09-26 21:59 Jan Kundrat (jkt)
0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat (jkt) @ 2010-09-26 21:59 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 10/09/26 21:59:41
Modified: altinstall.xml
Log:
#337836, make chroot instructions more robust
Revision Changes Path
1.79 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.78&r2=1.79
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- altinstall.xml 15 Jun 2010 06:14:16 -0000 1.78
+++ altinstall.xml 26 Sep 2010 21:59:41 -0000 1.79
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.78 2010/06/15 06:14:16 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.79 2010/09/26 21:59:41 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -59,8 +59,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>3</version>
-<date>2010-06-14</date>
+<version>4</version>
+<date>2010-09-26</date>
<chapter>
<title>About this document</title>
@@ -245,8 +245,7 @@
</p>
<pre caption="Chrooting into the new environment">
-# <i>chroot /mnt/gentoo /bin/bash</i>
-# <i>su -</i>
+# <i>chroot / /bin/env -i TERM="${TERM}" /bin/bash</i>
# <i>env-update</i>
# <i>source /etc/profile</i>
# <i>export PS1="(chroot) $PS1"</i>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2010-09-26 22:59 Jan Kundrat (jkt)
0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat (jkt) @ 2010-09-26 22:59 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 10/09/26 22:59:23
Modified: altinstall.xml
Log:
Provide a comment about why we do crazy stuff with env, and don't be crazy with
escaping. Thanks to nightmorph for suggestions.
Revision Changes Path
1.80 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.79&r2=1.80
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- altinstall.xml 26 Sep 2010 21:59:41 -0000 1.79
+++ altinstall.xml 26 Sep 2010 22:59:23 -0000 1.80
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.79 2010/09/26 21:59:41 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.80 2010/09/26 22:59:23 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -59,7 +59,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>4</version>
+<version>5</version>
<date>2010-09-26</date>
<chapter>
@@ -245,7 +245,9 @@
</p>
<pre caption="Chrooting into the new environment">
-# <i>chroot / /bin/env -i TERM="${TERM}" /bin/bash</i>
+<comment>(Some LiveCDs use a funny environment setup, hence the -i option for
+cleaning it up to a reasonable state.)</comment>
+# <i>chroot / /bin/env -i TERM=TERM /bin/bash</i>
# <i>env-update</i>
# <i>source /etc/profile</i>
# <i>export PS1="(chroot) $PS1"</i>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2010-09-27 11:06 Jan Kundrat (jkt)
0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat (jkt) @ 2010-09-27 11:06 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 10/09/27 11:06:12
Modified: altinstall.xml
Log:
#337836, fix some stupid copy-paste errors which got introduced while I tested the command. Oh well.
Thanks to Xavier Miller for reporting.
Revision Changes Path
1.81 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.80&r2=1.81
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- altinstall.xml 26 Sep 2010 22:59:23 -0000 1.80
+++ altinstall.xml 27 Sep 2010 11:06:12 -0000 1.81
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.80 2010/09/26 22:59:23 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.81 2010/09/27 11:06:12 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -59,8 +59,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>5</version>
-<date>2010-09-26</date>
+<version>6</version>
+<date>2010-09-27</date>
<chapter>
<title>About this document</title>
@@ -247,7 +247,7 @@
<pre caption="Chrooting into the new environment">
<comment>(Some LiveCDs use a funny environment setup, hence the -i option for
cleaning it up to a reasonable state.)</comment>
-# <i>chroot / /bin/env -i TERM=TERM /bin/bash</i>
+# <i>chroot /mnt/gentoo /bin/env -i TERM=$TERM /bin/bash</i>
# <i>env-update</i>
# <i>source /etc/profile</i>
# <i>export PS1="(chroot) $PS1"</i>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2010-10-31 22:56 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 9+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-10-31 22:56 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/10/31 22:56:53
Modified: altinstall.xml
Log:
fix stage tarball URI; looks like some invalid GuideXML was used. bug 343501.
Revision Changes Path
1.82 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.81&r2=1.82
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- altinstall.xml 27 Sep 2010 11:06:12 -0000 1.81
+++ altinstall.xml 31 Oct 2010 22:56:53 -0000 1.82
@@ -1,9 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.81 2010/09/27 11:06:12 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.82 2010/10/31 22:56:53 nightmorph Exp $ -->
<guide>
-
<title>The Gentoo Linux alternative installation method HOWTO</title>
<author title="Contributor">
@@ -59,8 +58,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>6</version>
-<date>2010-09-27</date>
+<version>7</version>
+<date>2010-10-31</date>
<chapter>
<title>About this document</title>
@@ -228,9 +227,9 @@
<p>
When you're ready to unpack the stage tarball in <uri
-link="/doc/en/handbook/handbook-x86.xml?part=1&chap=5_sect4">part 5</uri>, you
-will need to use a different <c>tar</c> command to ensure that proper group IDs
-are enforced on the unpacked stage:
+link="/doc/en/handbook/handbook-x86.xml?part=1&chap=5#doc_chap2_sect2">part
+5</uri>, you will need to use a different <c>tar</c> command to ensure that
+proper group IDs are enforced on the unpacked stage:
</p>
<pre caption="Unpacking the stage tarball">
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2012-04-29 16:52 Sven Vermeulen (swift)
0 siblings, 0 replies; 9+ messages in thread
From: Sven Vermeulen (swift) @ 2012-04-29 16:52 UTC (permalink / raw
To: gentoo-doc-cvs
swift 12/04/29 16:52:20
Modified: altinstall.xml
Log:
Fix bug #406263 - Removing fstab references to /proc and /dev/shm, these are handled by openrc automatically
Revision Changes Path
1.85 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.84&r2=1.85
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- altinstall.xml 26 Dec 2011 15:22:40 -0000 1.84
+++ altinstall.xml 29 Apr 2012 16:52:20 -0000 1.85
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.84 2011/12/26 15:22:40 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.85 2012/04/29 16:52:20 swift Exp $ -->
<guide>
<title>The Gentoo Linux alternative installation method HOWTO</title>
@@ -58,8 +58,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>9</version>
-<date>2011-12-26</date>
+<version>10</version>
+<date>2012-04-29</date>
<chapter>
<title>About this document</title>
@@ -495,8 +495,6 @@
<pre caption="/etc/fstab">
# <i>nano -w /etc/fstab</i>
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
-proc /proc proc defaults 0 0
-tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0
</pre>
<p>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2012-07-01 18:05 Sven Vermeulen (swift)
0 siblings, 0 replies; 9+ messages in thread
From: Sven Vermeulen (swift) @ 2012-07-01 18:05 UTC (permalink / raw
To: gentoo-doc-cvs
swift 12/07/01 18:05:02
Modified: altinstall.xml
Log:
Fix bug #389781 - Inform about gPXE for PXE boot on non-PXE capable systems
Revision Changes Path
1.86 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.85&r2=1.86
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- altinstall.xml 29 Apr 2012 16:52:20 -0000 1.85
+++ altinstall.xml 1 Jul 2012 18:05:02 -0000 1.86
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.85 2012/04/29 16:52:20 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.86 2012/07/01 18:05:02 swift Exp $ -->
<guide>
<title>The Gentoo Linux alternative installation method HOWTO</title>
@@ -58,8 +58,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>10</version>
-<date>2012-04-29</date>
+<version>11</version>
+<date>2012-07-01</date>
<chapter>
<title>About this document</title>
@@ -293,9 +293,12 @@
<body>
<p>
-You will need a network card on the diskless client that uses the PXE protocol
-to boot, like many 3com cards. You will also need a BIOS that supports booting
-from PXE.
+PXE (Preboot eXecution Environment) is a method for booting computers over
+a PXE-capable network interface (and using a PXE-supporting BIOS). It is
+also supported as a boot method from block devices (like CDs or USBs) in
+case the system does not support PXE boot from the network interface or
+BIOS. In such cases, a minimal boot environment mimics the PXE supporting
+network card (see also <uri link="http://etherboot.org">Etherboot/gPXE</uri>).
</p>
</body>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
@ 2013-01-27 7:31 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 9+ messages in thread
From: Joshua Saddler (nightmorph) @ 2013-01-27 7:31 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 13/01/27 07:31:36
Modified: altinstall.xml
Log:
category move for tftp-hpa, bug 454174
Revision Changes Path
1.87 xml/htdocs/doc/en/altinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.86&r2=1.87
Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- altinstall.xml 1 Jul 2012 18:05:02 -0000 1.86
+++ altinstall.xml 27 Jan 2013 07:31:35 -0000 1.87
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.86 2012/07/01 18:05:02 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.87 2013/01/27 07:31:35 nightmorph Exp $ -->
<guide>
<title>The Gentoo Linux alternative installation method HOWTO</title>
@@ -58,8 +58,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>11</version>
-<date>2012-07-01</date>
+<version>12</version>
+<date>2013-01-26</date>
<chapter>
<title>About this document</title>
@@ -362,7 +362,7 @@
</pre>
<p>
-For TFTP, emerge <c>app-admin/tftp-hpa</c>. In
+For TFTP, emerge <c>net-ftp/tftp-hpa</c>. In
<path>/etc/conf.d/in.tftpd</path>, put the following :
</p>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-01-27 7:31 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-31 22:56 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml Joshua Saddler (nightmorph)
-- strict thread matches above, loose matches on Subject: below --
2013-01-27 7:31 Joshua Saddler (nightmorph)
2012-07-01 18:05 Sven Vermeulen (swift)
2012-04-29 16:52 Sven Vermeulen (swift)
2010-09-27 11:06 Jan Kundrat (jkt)
2010-09-26 22:59 Jan Kundrat (jkt)
2010-09-26 21:59 Jan Kundrat (jkt)
2010-06-15 6:14 Joshua Saddler (nightmorph)
2010-06-14 20:22 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