From: "Josh Saddler" <nightmorph@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86+raid+lvm2-quickinstall.xml
Date: Mon, 4 Sep 2006 20:42:11 +0000 [thread overview]
Message-ID: <20060904204212.37859646E2@smtp.gentoo.org> (raw)
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/<release>/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">
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2006-09-04 20:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-04 20:42 Josh Saddler [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-06-16 0:58 [gentoo-doc-cvs] cvs commit: gentoo-x86+raid+lvm2-quickinstall.xml Joshua Saddler
2008-05-23 20:18 Sven Vermeulen
2007-09-11 19:39 Josh Saddler
2007-07-18 18:35 Josh Saddler
2007-05-10 19:35 Camille Huot
2006-10-18 14:34 Xavier Neys
2006-06-29 12:40 Lukasz Damentko
2006-06-29 12:33 Lukasz Damentko
2006-05-31 9:26 Xavier Neys
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060904204212.37859646E2@smtp.gentoo.org \
--to=nightmorph@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox