Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86+raid+lvm2-quickinstall.xml
Date: Mon, 04 Sep 2006 20:42:26
Message-Id: 20060904204212.37859646E2@smtp.gentoo.org
1 nightmorph 06/09/04 20:42:11
2
3 Modified: gentoo-x86+raid+lvm2-quickinstall.xml
4 Log:
5 updated gentoo-x86+raid doc for 2006.1, and to reflect the removed dir_index options for mke2fs in the other handbooks
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.4&r2=1.5
13
14 Index: gentoo-x86+raid+lvm2-quickinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- gentoo-x86+raid+lvm2-quickinstall.xml 29 Jun 2006 12:40:50 -0000 1.4
21 +++ gentoo-x86+raid+lvm2-quickinstall.xml 4 Sep 2006 20:42:11 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.4 2006/06/29 12:40:50 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.5 2006/09/04 20:42:11 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2</version>
34 -<date>2006-05-30</date>
35 +<version>3</version>
36 +<date>2006-09-04</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -86,7 +86,7 @@
41 <path>releases/x86/&lt;release&gt;/livecd</path>. The <e>minimal</e>
42 installation CD is only useful for Internet-based installations. You can use
43 the <e>LiveCD</e> to perform a networkless installation as documented in the
44 -<uri link="/doc/en/handbook/2006.0/handbook-x86.xml">2006.0 x86 installation
45 +<uri link="/doc/en/handbook/2006.1/handbook-x86.xml">2006.1 x86 installation
46 handbook</uri>. The minimal CD is recommended.
47 </p>
48
49 @@ -152,7 +152,7 @@
50 If your network does not work already, you can use <c>net-setup</c> to
51 configure your network. You might need to load support for your network card
52 using <c>modprobe</c> prior to the configuration. If you have ADSL, use
53 -<c>adsl-setup</c> and <c>adsl-start</c>. If you are using an ADSL router, it
54 +<c>pppoe-setup</c> and <c>pppoe-start</c>. If you are using an ADSL router, it
55 establishes the connection for you and you don't need to run those scripts. For
56 PPTP support, first edit <path>/etc/ppp/chap-secrets</path> and
57 <path>/etc/ppp/options.pptp</path> and then use <c>pptp
58 @@ -471,16 +471,16 @@
59 livecd ~ # <i>mke2fs /dev/md1</i>
60
61 <comment>(Let's use ext3 on the root partition)</comment>
62 -livecd ~ # <i>mke2fs -j -O dir_index /dev/md3</i>
63 +livecd ~ # <i>mke2fs -j /dev/md3</i>
64
65 <comment>(Create file systems on logical volumes)</comment>
66 livecd ~ # <i>mke2fs -b 4096 -T largefile /dev/vg/distfiles</i>
67 -livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/home</i>
68 -livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/opt</i>
69 +livecd ~ # <i>mke2fs -j /dev/vg/home</i>
70 +livecd ~ # <i>mke2fs -j /dev/vg/opt</i>
71 livecd ~ # <i>mke2fs -b 1024 -N 200000 /dev/vg/portage</i>
72 livecd ~ # <i>mke2fs /dev/vg/tmp</i>
73 -livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/usr</i>
74 -livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/var</i>
75 +livecd ~ # <i>mke2fs -j /dev/vg/usr</i>
76 +livecd ~ # <i>mke2fs -j /dev/vg/var</i>
77 livecd ~ # <i>mke2fs /dev/vg/vartmp</i>
78
79 <comment>(Create and activate swap)</comment>
80 @@ -548,11 +548,11 @@
81 <pre caption="Download a stage3 archive">
82 livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
83 <comment>(Pick a mirror, move to the releases/x86/current/stages directory
84 -highlight the stage3 of your choice, probably stage3-i686-2006.0.tar.bz2
85 +highlight the stage3 of your choice, probably stage3-i686-2006.1.tar.bz2
86 and press D to download it)</comment>
87
88 <comment>(<b>Or</b> download it directly with wget without choosing a nearby mirror)</comment>
89 -livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.0.tar.bz2</i>
90 +livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.1.tar.bz2</i>
91 </pre>
92
93 <pre caption="Unpack the stage3 archive">
94
95
96
97 --
98 gentoo-doc-cvs@g.o mailing list