nightmorph    06/09/04 20:42:11

  Modified:             gentoo-x86+raid+lvm2-quickinstall.xml
  Log:
  updated gentoo-x86+raid doc for 2006.1, and to reflect the removed dir_index 
options for mke2fs in the other handbooks

Revision  Changes    Path
1.5                  xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.5&view=markup
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
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.4&r2=1.5

Index: gentoo-x86+raid+lvm2-quickinstall.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-x86+raid+lvm2-quickinstall.xml       29 Jun 2006 12:40:50 -0000      
1.4
+++ gentoo-x86+raid+lvm2-quickinstall.xml       4 Sep 2006 20:42:11 -0000       
1.5
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -25,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2</version>
-<date>2006-05-30</date>
+<version>3</version>
+<date>2006-09-04</date>
 
 <chapter>
 <title>Introduction</title>
@@ -86,7 +86,7 @@
 <path>releases/x86/&lt;release&gt;/livecd</path>. The <e>minimal</e>
 installation CD is only useful for Internet-based installations.  You can use
 the <e>LiveCD</e> to perform a networkless installation as documented in the
-<uri link="/doc/en/handbook/2006.0/handbook-x86.xml">2006.0 x86 installation
+<uri link="/doc/en/handbook/2006.1/handbook-x86.xml">2006.1 x86 installation
 handbook</uri>. The minimal CD is recommended.
 </p>
 
@@ -152,7 +152,7 @@
 If your network does not work already, you can use <c>net-setup</c> to
 configure your network. You might need to load support for your network card
 using <c>modprobe</c> prior to the configuration. If you have ADSL, use
-<c>adsl-setup</c> and <c>adsl-start</c>. If you are using an ADSL router, it
+<c>pppoe-setup</c> and <c>pppoe-start</c>. If you are using an ADSL router, it
 establishes the connection for you and you don't need to run those scripts. For
 PPTP support, first edit <path>/etc/ppp/chap-secrets</path> and
 <path>/etc/ppp/options.pptp</path> and then use <c>pptp
@@ -471,16 +471,16 @@
 livecd ~ # <i>mke2fs /dev/md1</i>
 
 <comment>(Let's use ext3 on the root partition)</comment>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/md3</i>
+livecd ~ # <i>mke2fs -j /dev/md3</i>
 
 <comment>(Create file systems on logical volumes)</comment>
 livecd ~ # <i>mke2fs -b 4096 -T largefile /dev/vg/distfiles</i>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/home</i>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/opt</i>
+livecd ~ # <i>mke2fs -j /dev/vg/home</i>
+livecd ~ # <i>mke2fs -j /dev/vg/opt</i>
 livecd ~ # <i>mke2fs -b 1024 -N 200000 /dev/vg/portage</i>
 livecd ~ # <i>mke2fs /dev/vg/tmp</i>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/usr</i>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/var</i>
+livecd ~ # <i>mke2fs -j /dev/vg/usr</i>
+livecd ~ # <i>mke2fs -j /dev/vg/var</i>
 livecd ~ # <i>mke2fs /dev/vg/vartmp</i>
 
 <comment>(Create and activate swap)</comment>
@@ -548,11 +548,11 @@
 <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/stages directory
-highlight the stage3 of your choice, probably stage3-i686-2006.0.tar.bz2
+highlight the stage3 of your choice, probably stage3-i686-2006.1.tar.bz2
 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://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.0.tar.bz2</i>
+livecd gentoo # <i>wget 
http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.1.tar.bz2</i>
 </pre>
 
 <pre caption="Unpack the stage3 archive">



-- 
[email protected] mailing list

Reply via email to