Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: altinstall.xml
Date: Fri, 17 Nov 2006 07:47:11
Message-Id: 20061117074657.B617164F5B@smtp.gentoo.org
1 nightmorph 06/11/17 07:45:55
2
3 Modified: altinstall.xml
4 Log:
5 updated altinstall guide for the grub netboot USE flag, bug 141290
6
7 Revision Changes Path
8 1.68 xml/htdocs/doc/en/altinstall.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.68&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.68&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.67&r2=1.68
13
14 Index: altinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
17 retrieving revision 1.67
18 retrieving revision 1.68
19 diff -u -r1.67 -r1.68
20 --- altinstall.xml 17 Sep 2006 09:41:30 -0000 1.67
21 +++ altinstall.xml 17 Nov 2006 07:45:55 -0000 1.68
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.67 2006/09/17 09:41:30 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.68 2006/11/17 07:45:55 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/altinstall.xml">
29 @@ -56,8 +56,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.69</version>
34 -<date>2006-07-21</date>
35 +<version>0.70</version>
36 +<date>2006-11-16</date>
37
38 <chapter>
39 <title>About this document</title>
40 @@ -426,26 +426,15 @@
41 </pre>
42
43 <p>
44 -Setup GRUB: To provide PXE booting I use GRUB. You have to compile it by
45 -yourself to enable the PXE image compilation ... but that's quite easy. First,
46 -get the latest version of the GRUB source code (<c>emerge -f grub</c> will
47 -place the tarball in <path>/usr/portage/distfiles</path>). Copy the tarball to
48 -<path>/diskless</path> and then build it to make the pxe capable binary. Once
49 -the binary is built, copy it to the diskless client's boot directory. Then edit
50 -it's <path>grub.lst</path> config file.
51 +Setup GRUB: To provide PXE booting I use GRUB with the <c>netboot</c> USE flag
52 +enabled. Once GRUB is compiled, copy the PXE image to the diskless client's
53 +boot directory. Then edit its <path>grub.lst</path> config file.
54 </p>
55
56 <pre caption="Grub setup">
57 -# <i>tar zxvf grub-0.92.tar.gz</i>
58 -# <i>cd grub-0.92</i>
59 -# <i>./configure --help</i>
60 -<comment>(In the options you will see a list of supported network interface drivers.
61 - Select the driver compatible with your client's network card. Herein referenced
62 - as $nic)</comment>
63 -# <i>./configure --enable-diskless --enable-$nic</i>
64 -# <i>make</i>
65 -# <i>cd stage2</i>
66 -# <i>cp pxegrub /diskless/eta/boot/pxegrub</i>
67 +# <i>echo "sys-boot/grub netboot" &gt;&gt; /etc/portage/package.use"</i>
68 +# <i>emerge -av grub</i>
69 +# <i>cp /usr/lib/grub/pxegrub /diskless/eta/boot/pxegrub</i>
70 # <i>nano -w /diskless/eta/boot/grub.lst</i>
71 </pre>
72
73
74
75
76 --
77 gentoo-doc-cvs@g.o mailing list