Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: altinstall.xml
Date: Sun, 01 Jul 2012 18:05:22
Message-Id: 20120701180502.DA77A2004C@flycatcher.gentoo.org
1 swift 12/07/01 18:05:02
2
3 Modified: altinstall.xml
4 Log:
5 Fix bug #389781 - Inform about gPXE for PXE boot on non-PXE capable systems
6
7 Revision Changes Path
8 1.86 xml/htdocs/doc/en/altinstall.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.86&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.86&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.85&r2=1.86
13
14 Index: altinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
17 retrieving revision 1.85
18 retrieving revision 1.86
19 diff -u -r1.85 -r1.86
20 --- altinstall.xml 29 Apr 2012 16:52:20 -0000 1.85
21 +++ altinstall.xml 1 Jul 2012 18:05:02 -0000 1.86
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.85 2012/04/29 16:52:20 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.86 2012/07/01 18:05:02 swift Exp $ -->
27
28 <guide>
29 <title>The Gentoo Linux alternative installation method HOWTO</title>
30 @@ -58,8 +58,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>10</version>
35 -<date>2012-04-29</date>
36 +<version>11</version>
37 +<date>2012-07-01</date>
38
39 <chapter>
40 <title>About this document</title>
41 @@ -293,9 +293,12 @@
42 <body>
43
44 <p>
45 -You will need a network card on the diskless client that uses the PXE protocol
46 -to boot, like many 3com cards. You will also need a BIOS that supports booting
47 -from PXE.
48 +PXE (Preboot eXecution Environment) is a method for booting computers over
49 +a PXE-capable network interface (and using a PXE-supporting BIOS). It is
50 +also supported as a boot method from block devices (like CDs or USBs) in
51 +case the system does not support PXE boot from the network interface or
52 +BIOS. In such cases, a minimal boot environment mimics the PXE supporting
53 +network card (see also <uri link="http://etherboot.org">Etherboot/gPXE</uri>).
54 </p>
55
56 </body>