From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1GKLH0-0005qu-94
for garchives@archives.gentoo.org; Mon, 04 Sep 2006 20:42:26 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k84KgEpD016369;
Mon, 4 Sep 2006 20:42:14 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k84KgDRO011470
for ; Mon, 4 Sep 2006 20:42:13 GMT
Received: from lark (lark.gentoo.osuosl.org [140.211.166.177])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with SMTP id 37859646E2
for ; Mon, 4 Sep 2006 20:42:12 +0000 (UTC)
Received: by lark (sSMTP sendmail emulation); Mon, 4 Sep 2006 20:42:11 +0000
From: "Josh Saddler"
Date: Mon, 4 Sep 2006 20:42:11 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86+raid+lvm2-quickinstall.xml
Message-Id: <20060904204212.37859646E2@smtp.gentoo.org>
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 6e551557-9e24-4792-9fa4-ca8c057b13dd
X-Archives-Hash: 9cbcedc9e612f69abf57785ae1c71ffa
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 @@
-
+
@@ -25,8 +25,8 @@
-2
-2006-05-30
+3
+2006-09-04
Introduction
@@ -86,7 +86,7 @@
releases/x86/<release>/livecd. The minimal
installation CD is only useful for Internet-based installations. You can use
the LiveCD to perform a networkless installation as documented in the
-2006.0 x86 installation
+2006.1 x86 installation
handbook. The minimal CD is recommended.
@@ -152,7 +152,7 @@
If your network does not work already, you can use net-setup to
configure your network. You might need to load support for your network card
using modprobe prior to the configuration. If you have ADSL, use
-adsl-setup and adsl-start. If you are using an ADSL router, it
+pppoe-setup and pppoe-start. 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 /etc/ppp/chap-secrets and
/etc/ppp/options.pptp and then use pptp
@@ -471,16 +471,16 @@
livecd ~ # mke2fs /dev/md1
(Let's use ext3 on the root partition)
-livecd ~ # mke2fs -j -O dir_index /dev/md3
+livecd ~ # mke2fs -j /dev/md3
(Create file systems on logical volumes)
livecd ~ # mke2fs -b 4096 -T largefile /dev/vg/distfiles
-livecd ~ # mke2fs -j -O dir_index /dev/vg/home
-livecd ~ # mke2fs -j -O dir_index /dev/vg/opt
+livecd ~ # mke2fs -j /dev/vg/home
+livecd ~ # mke2fs -j /dev/vg/opt
livecd ~ # mke2fs -b 1024 -N 200000 /dev/vg/portage
livecd ~ # mke2fs /dev/vg/tmp
-livecd ~ # mke2fs -j -O dir_index /dev/vg/usr
-livecd ~ # mke2fs -j -O dir_index /dev/vg/var
+livecd ~ # mke2fs -j /dev/vg/usr
+livecd ~ # mke2fs -j /dev/vg/var
livecd ~ # mke2fs /dev/vg/vartmp
(Create and activate swap)
@@ -548,11 +548,11 @@
livecd gentoo # links http://www.gentoo.org/main/en/mirrors.xml
(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)
(Or download it directly with wget without choosing a nearby mirror)
-livecd gentoo # wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.0.tar.bz2
+livecd gentoo # wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.1.tar.bz2
--
gentoo-doc-cvs@gentoo.org mailing list