* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-07-10 20:27 Sven Vermeulen
0 siblings, 0 replies; 29+ messages in thread
From: Sven Vermeulen @ 2005-07-10 20:27 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/07/10 20:27:33
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
Add in reference to resolv.conf
Revision Changes Path
1.39 +4 -4 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.39&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.39&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.38&r2=1.39&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gentoo-x86-quickinstall.xml 5 Jul 2005 15:32:12 -0000 1.38
+++ gentoo-x86-quickinstall.xml 10 Jul 2005 20:27:33 -0000 1.39
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.38 2005/07/05 15:32:12 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.39 2005/07/10 20:27:33 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<license/>
-<version>2.0</version>
-<date>2005-07-05</date>
+<version>2.1</version>
+<date>2005-07-10</date>
<chapter>
<title>Quick Install Guide</title>
@@ -222,7 +222,7 @@
<p>
Edit <path>/etc/conf.d/hostname</path> and <path>/etc/conf.d/domainname</path>,
run <c>rc-update add domainname default</c> and edit
-<path>/etc/conf.d/net</path> to configure your network. Add the <c>net.eth0</c>
+<path>/etc/conf.d/net</path> and <path>/etc/resolv.conf</path> to configure your network. Add the <c>net.eth0</c>
initscript to the default runlevel. If you have multiple NICs, symlink them
to the <c>net.eth0</c> init script and add them to the default runlevel as well.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-07-10 20:28 Sven Vermeulen
0 siblings, 0 replies; 29+ messages in thread
From: Sven Vermeulen @ 2005-07-10 20:28 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/07/10 20:28:33
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
Coding Style update, no content change
Revision Changes Path
1.40 +5 -4 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.40&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.40&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.39&r2=1.40&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- gentoo-x86-quickinstall.xml 10 Jul 2005 20:27:33 -0000 1.39
+++ gentoo-x86-quickinstall.xml 10 Jul 2005 20:28:33 -0000 1.40
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.39 2005/07/10 20:27:33 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.40 2005/07/10 20:28:33 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -222,9 +222,10 @@
<p>
Edit <path>/etc/conf.d/hostname</path> and <path>/etc/conf.d/domainname</path>,
run <c>rc-update add domainname default</c> and edit
-<path>/etc/conf.d/net</path> and <path>/etc/resolv.conf</path> to configure your network. Add the <c>net.eth0</c>
-initscript to the default runlevel. If you have multiple NICs, symlink them
-to the <c>net.eth0</c> init script and add them to the default runlevel as well.
+<path>/etc/conf.d/net</path> and <path>/etc/resolv.conf</path> to
+configure your network. Add the <c>net.eth0</c> initscript to the default
+runlevel. If you have multiple NICs, symlink them to the <c>net.eth0</c>
+init script and add them to the default runlevel as well.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-07-16 9:33 Sven Vermeulen
0 siblings, 0 replies; 29+ messages in thread
From: Sven Vermeulen @ 2005-07-16 9:33 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/07/16 09:33:26
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
Copying resolv.conf must happen in the beginning or name resolution wont work
Revision Changes Path
1.41 +7 -5 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- gentoo-x86-quickinstall.xml 10 Jul 2005 20:28:33 -0000 1.40
+++ gentoo-x86-quickinstall.xml 16 Jul 2005 09:33:26 -0000 1.41
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.40 2005/07/10 20:28:33 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.41 2005/07/16 09:33:26 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<license/>
-<version>2.1</version>
-<date>2005-07-10</date>
+<version>2.2</version>
+<date>2005-07-16</date>
<chapter>
<title>Quick Install Guide</title>
@@ -131,12 +131,14 @@
<body>
<p>
-Mount the <path>/proc</path> file system first and then chroot into your Gentoo
+Mount the <path>/proc</path> file system first, copy over the
+<path>/etc/resolv.conf</path> file and then chroot into your Gentoo
environment.
</p>
<pre caption="Preparing and chrooting">
# <i>mount -t proc none /mnt/gentoo/proc</i>
+# <i>cp /etc/resolv.conf /mnt/gentoo/etc/</i>
# <i>chroot /mnt/gentoo /bin/bash</i>
# <i>env-update</i> && <i>source /etc/profile</i>
</pre>
@@ -222,7 +224,7 @@
<p>
Edit <path>/etc/conf.d/hostname</path> and <path>/etc/conf.d/domainname</path>,
run <c>rc-update add domainname default</c> and edit
-<path>/etc/conf.d/net</path> and <path>/etc/resolv.conf</path> to
+<path>/etc/conf.d/net</path> to
configure your network. Add the <c>net.eth0</c> initscript to the default
runlevel. If you have multiple NICs, symlink them to the <c>net.eth0</c>
init script and add them to the default runlevel as well.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-07-30 14:56 Sven Vermeulen
0 siblings, 0 replies; 29+ messages in thread
From: Sven Vermeulen @ 2005-07-30 14:56 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/07/30 14:56:57
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
#100711 - genkernels behaviour changed *again*
Revision Changes Path
1.42 +7 -7 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.42&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.42&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.41&r2=1.42&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- gentoo-x86-quickinstall.xml 16 Jul 2005 09:33:26 -0000 1.41
+++ gentoo-x86-quickinstall.xml 30 Jul 2005 14:56:57 -0000 1.42
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.41 2005/07/16 09:33:26 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.42 2005/07/30 14:56:57 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<license/>
-<version>2.2</version>
-<date>2005-07-16</date>
+<version>2.3</version>
+<date>2005-07-30</date>
<chapter>
<title>Quick Install Guide</title>
@@ -300,8 +300,8 @@
<comment># genkernel users</comment>
title=Gentoo Linux 2.6.11-r3
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /initrd-2.6.11-gentoo-r3
+kernel /kernel-genkernel-x86-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /initramfs-genkernel-x86-2.6.11-gentoo-r3
<comment># non-genkernel users (no initrd)</comment>
title=Gentoo Linux 2.6.11 r3
@@ -328,12 +328,12 @@
root=/dev/hda3
<comment># For genkernel users</comment>
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-genkernel-x86-2.6.11-gentoo-r3
label=gentoo
read-only
root=/dev/ram0
append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
- initrd=/boot/initrd-2.6.11-gentoo-r3
+ initrd=/boot/initramfs-genkernel-x86-2.6.11-gentoo-r3
<comment># For dual-booting</comment>
other=/dev/hda6
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-08-01 12:12 Sven Vermeulen
0 siblings, 0 replies; 29+ messages in thread
From: Sven Vermeulen @ 2005-08-01 12:12 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/01 12:12:22
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
#100962 - Bindmount dev or recreate metadevice nodes in the chrooted environment
Revision Changes Path
1.43 +3 -3 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- gentoo-x86-quickinstall.xml 30 Jul 2005 14:56:57 -0000 1.42
+++ gentoo-x86-quickinstall.xml 1 Aug 2005 12:12:22 -0000 1.43
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.42 2005/07/30 14:56:57 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.43 2005/08/01 12:12:22 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<license/>
-<version>2.3</version>
-<date>2005-07-30</date>
+<version>2.4</version>
+<date>2005-08-01</date>
<chapter>
<title>Quick Install Guide</title>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-08-04 7:01 swift
0 siblings, 0 replies; 29+ messages in thread
From: swift @ 2005-08-04 7:01 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/04 07:01:46
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
Spelling mistakes, no content change
Revision Changes Path
1.44 +22 -20 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.44&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.44&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.43&r2=1.44&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- gentoo-x86-quickinstall.xml 1 Aug 2005 12:12:22 -0000 1.43
+++ gentoo-x86-quickinstall.xml 4 Aug 2005 07:01:46 -0000 1.44
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.43 2005/08/01 12:12:22 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.44 2005/08/04 07:01:46 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -17,10 +17,12 @@
installing Gentoo Linux if they want to follow this guide.
</abstract>
+<!-- The content of this document is licensed under the CC-BY-SA license -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
<version>2.4</version>
-<date>2005-08-01</date>
+<date>2005-08-04</date>
<chapter>
<title>Quick Install Guide</title>
@@ -32,8 +34,8 @@
Download a CD from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>.
You can find the ISOs in
<path>releases/<architecture>/<release>/installcd</path>. The
-<e>minimal</e> installation cd is only useful for internet-based installations;
-with the <e>universal</e> installation cd you can perform a networkless
+<e>minimal</e> installation CD is only useful for Internet-based installations;
+with the <e>universal</e> installation CD you can perform a network less
installation as well.
</p>
@@ -44,7 +46,7 @@
</p>
<p>
-The installation cds allow you to start an <c>sshd</c> server, add additional
+The installation CDs allow you to start an <c>sshd</c> server, add additional
users, run <c>irssi</c> (a command-line chat client) and surf the web using
<c>lynx</c> or <c>links2</c>.
</p>
@@ -66,12 +68,12 @@
<p>
For wireless access, use <c>iwconfig</c> to set the wireless parameters and then
-use eiter <c>net-setup</c> again or run <c>ifconfig</c>, <c>dhcpcd</c> and/or
+use either <c>net-setup</c> again or run <c>ifconfig</c>, <c>dhcpcd</c> and/or
<c>route</c> manually.
</p>
<p>
-If you are behind a proxy, do not forget to initialise your system using
+If you are behind a proxy, do not forget to initialize your system using
<c>export http_proxy</c>, <c>ftp_proxy</c> and <c>RSYNC_PROXY</c>.
</p>
@@ -88,7 +90,7 @@
<p>
Use <c>mke2fs</c>, <c>mke2fs -j</c>, <c>mkreiserfs</c>, <c>mkfs.xfs</c> and
-<c>mkfs.jfs</c> to create file systems on your Linux partitions. Initialise your
+<c>mkfs.jfs</c> to create file systems on your Linux partitions. Initialize your
swap partition using <c>mkswap</c> and <c>swapon</c>.
</p>
@@ -113,7 +115,7 @@
</p>
<p>
-Install a Portage snapshot if you are performing a networkless installation: go
+Install a Portage snapshot if you are performing a network less installation: go
to <path>/mnt/gentoo/usr</path> and run
<c>tar -xvjf /mnt/cdrom/snapshots/<snapshot></c>. Other users
can download a portage snapshot and install it likewise.
@@ -144,31 +146,31 @@
</pre>
<p>
-If you are not running a networkless installation, issue <c>emerge --sync</c> to
+If you are not running a network less installation, issue <c>emerge --sync</c> to
update your Portage tree.
</p>
<p>
Next, make sure <path>/etc/make.profile</path> points to the right profile. The
-default one should suffice for most users; subprofiles are available for
+default one should suffice for most users; sub profiles are available for
different kernels (like <path>2.4/</path> for 2.4-kernel based profiles). Change
the profile using <c>ln -sf</c>.
</p>
<ul>
<li>
- Bootstrapping (not available for networkless installations) happens using
+ Bootstrapping (not available for network less installations) happens using
<c>scripts/bootstrap.sh</c> in the <path>/usr/portage</path> directory.
</li>
<li>
- System installation (not available for networkless installations) happens
+ System installation (not available for network less installations) happens
using <c>emerge -e system</c> (or <c>-N</c> if you haven't
altered the default CFLAGS/CXXFLAGS).
</li>
</ul>
<p>
-Stage3 users (except those performing a networkless installation) need to
+Stage3 users (except those performing a network less installation) need to
upgrade the baselayout package:
</p>
@@ -190,7 +192,7 @@
<p>
Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are
-available for networkless installations) and configure it using <c>make
+available for network less installations) and configure it using <c>make
menuconfig</c> followed by <c>make &&make modules_install</c>
inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/bzImage</path> file
over to <path>/boot</path>. You can also <c>emerge genkernel</c>
@@ -225,9 +227,9 @@
Edit <path>/etc/conf.d/hostname</path> and <path>/etc/conf.d/domainname</path>,
run <c>rc-update add domainname default</c> and edit
<path>/etc/conf.d/net</path> to
-configure your network. Add the <c>net.eth0</c> initscript to the default
-runlevel. If you have multiple NICs, symlink them to the <c>net.eth0</c>
-init script and add them to the default runlevel as well.
+configure your network. Add the <c>net.eth0</c> init script to the default
+run level. If you have multiple NICs, symlink them to the <c>net.eth0</c>
+init script and add them to the default run level as well.
</p>
<p>
@@ -246,7 +248,7 @@
</pre>
<p>
-Emerge <c>pcmcia-cs</c> and add it to the default runlevel if you need it.
+Emerge <c>pcmcia-cs</c> and add it to the default run level if you need it.
</p>
<p>
@@ -362,7 +364,7 @@
</p>
<p>
-If you performed a networkless installation, mount the packages CD at
+If you performed a network less installation, mount the packages CD at
<path>/mnt/cdrom</path> and <c>export PKGDIR="/mnt/cdrom"</c> after which
you can <c>emerge -k <package></c> to install additional
software like <c>kde</c>.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-08-09 13:24 swift
0 siblings, 0 replies; 29+ messages in thread
From: swift @ 2005-08-09 13:24 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/09 13:24:25
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
For 2005.1, no more baselayout update needed for stage3 users
Revision Changes Path
1.45 +3 -12 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.45&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.45&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.44&r2=1.45&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gentoo-x86-quickinstall.xml 4 Aug 2005 07:01:46 -0000 1.44
+++ gentoo-x86-quickinstall.xml 9 Aug 2005 13:24:25 -0000 1.45
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.44 2005/08/04 07:01:46 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.45 2005/08/09 13:24:25 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.4</version>
-<date>2005-08-04</date>
+<version>2.5</version>
+<date>2005-08-09</date>
<chapter>
<title>Quick Install Guide</title>
@@ -169,15 +169,6 @@
</li>
</ul>
-<p>
-Stage3 users (except those performing a network less installation) need to
-upgrade the baselayout package:
-</p>
-
-<pre caption="Upgrading baselayout">
-# <i>CONFIG_PROTECT="-*" emerge baselayout</i>
-</pre>
-
</body>
</section>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-08-12 17:57 Shyam Mani
0 siblings, 0 replies; 29+ messages in thread
From: Shyam Mani @ 2005-08-12 17:57 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/08/12 17:57:03
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
#102267 - Fixed path to bzImage. Also removed --udev option from genkernel as it is now obsolete.
Revision Changes Path
1.46 +7 -7 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.46&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.46&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.45&r2=1.46&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- gentoo-x86-quickinstall.xml 9 Aug 2005 13:24:25 -0000 1.45
+++ gentoo-x86-quickinstall.xml 12 Aug 2005 17:57:03 -0000 1.46
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.45 2005/08/09 13:24:25 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.46 2005/08/12 17:57:03 fox2mike Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.5</version>
-<date>2005-08-09</date>
+<version>2.6</version>
+<date>2005-08-12</date>
<chapter>
<title>Quick Install Guide</title>
@@ -184,10 +184,10 @@
<p>
Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are
available for network less installations) and configure it using <c>make
-menuconfig</c> followed by <c>make &&make modules_install</c>
-inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/bzImage</path> file
-over to <path>/boot</path>. You can also <c>emerge genkernel</c>
-and use <c>genkernel --udev all</c>.
+menuconfig</c> followed by <c>make &&make modules_install</c>
+inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path>
+file over to <path>/boot</path>. You can also <c>emerge genkernel</c> and
+use <c>genkernel all</c>.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-08-20 14:57 swift
0 siblings, 0 replies; 29+ messages in thread
From: swift @ 2005-08-20 14:57 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/20 14:57:18
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
Adding in copying of distfiles for network less installations
Revision Changes Path
1.47 +9 -3 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.47&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.47&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.46&r2=1.47&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- gentoo-x86-quickinstall.xml 12 Aug 2005 17:57:03 -0000 1.46
+++ gentoo-x86-quickinstall.xml 20 Aug 2005 14:57:18 -0000 1.47
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.46 2005/08/12 17:57:03 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.47 2005/08/20 14:57:18 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.6</version>
-<date>2005-08-12</date>
+<version>2.7</version>
+<date>2005-08-20</date>
<chapter>
<title>Quick Install Guide</title>
@@ -122,6 +122,12 @@
</p>
<p>
+For a network less installation, copy over the source code files from
+<path>/mnt/cdrom/distfiles/</path> to
+<path>/mnt/gentoo/usr/portage/distfiles/</path>.
+</p>
+
+<p>
Edit <path>/mnt/gentoo/etc/make.conf</path> to suit your needs (USE flag, CFLAGS
and CXXFLAGS). You can use the <c>nano</c> editor for this.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-10-14 13:20 Xavier Neys
0 siblings, 0 replies; 29+ messages in thread
From: Xavier Neys @ 2005-10-14 13:20 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/10/14 13:20:13
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
Fixed typos reported on #109269
Revision Changes Path
1.48 +12 -12 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.48&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.48&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.47&r2=1.48&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- gentoo-x86-quickinstall.xml 20 Aug 2005 14:57:18 -0000 1.47
+++ gentoo-x86-quickinstall.xml 14 Oct 2005 13:20:13 -0000 1.48
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.47 2005/08/20 14:57:18 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.48 2005/10/14 13:20:13 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -35,7 +35,7 @@
You can find the ISOs in
<path>releases/<architecture>/<release>/installcd</path>. The
<e>minimal</e> installation CD is only useful for Internet-based installations;
-with the <e>universal</e> installation CD you can perform a network less
+with the <e>universal</e> installation CD you can perform a networkless
installation as well.
</p>
@@ -115,21 +115,21 @@
</p>
<p>
-Install a Portage snapshot if you are performing a network less installation: go
+Install a Portage snapshot if you are performing a networkless installation: go
to <path>/mnt/gentoo/usr</path> and run
<c>tar -xvjf /mnt/cdrom/snapshots/<snapshot></c>. Other users
can download a portage snapshot and install it likewise.
</p>
<p>
-For a network less installation, copy over the source code files from
+For a networkless installation, copy over the source code files from
<path>/mnt/cdrom/distfiles/</path> to
<path>/mnt/gentoo/usr/portage/distfiles/</path>.
</p>
<p>
-Edit <path>/mnt/gentoo/etc/make.conf</path> to suit your needs (USE flag, CFLAGS
-and CXXFLAGS). You can use the <c>nano</c> editor for this.
+Edit <path>/mnt/gentoo/etc/make.conf</path> to suit your needs (USE flags,
+CFLAGS and CXXFLAGS). You can use the <c>nano</c> editor for this.
</p>
</body>
@@ -152,7 +152,7 @@
</pre>
<p>
-If you are not running a network less installation, issue <c>emerge --sync</c> to
+If you are not running a networkless installation, issue <c>emerge --sync</c> to
update your Portage tree.
</p>
@@ -165,11 +165,11 @@
<ul>
<li>
- Bootstrapping (not available for network less installations) happens using
+ Bootstrapping (not available for networkless installations) happens using
<c>scripts/bootstrap.sh</c> in the <path>/usr/portage</path> directory.
</li>
<li>
- System installation (not available for network less installations) happens
+ System installation (not available for networkless installations) happens
using <c>emerge -e system</c> (or <c>-N</c> if you haven't
altered the default CFLAGS/CXXFLAGS).
</li>
@@ -189,7 +189,7 @@
<p>
Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are
-available for network less installations) and configure it using <c>make
+available for networkless installations) and configure it using <c>make
menuconfig</c> followed by <c>make &&make modules_install</c>
inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path>
file over to <path>/boot</path>. You can also <c>emerge genkernel</c> and
@@ -265,7 +265,7 @@
<body>
<p>
-2.4 kernel users need to <c>emerge --unmerge udev</c> and
+Users of a 2.4 kernel need to run <c>emerge --unmerge udev</c> and
<c>emerge devfsd</c>.
</p>
@@ -361,7 +361,7 @@
</p>
<p>
-If you performed a network less installation, mount the packages CD at
+If you performed a networkless installation, mount the packages CD at
<path>/mnt/cdrom</path> and <c>export PKGDIR="/mnt/cdrom"</c> after which
you can <c>emerge -k <package></c> to install additional
software like <c>kde</c>.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-10-14 13:24 Xavier Neys
0 siblings, 0 replies; 29+ messages in thread
From: Xavier Neys @ 2005-10-14 13:24 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/10/14 13:24:25
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
#109269 ln -sf should be ln -sfn, missing space in make command
Revision Changes Path
1.49 +10 -9 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.49&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.49&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.48&r2=1.49&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- gentoo-x86-quickinstall.xml 14 Oct 2005 13:20:13 -0000 1.48
+++ gentoo-x86-quickinstall.xml 14 Oct 2005 13:24:25 -0000 1.49
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.48 2005/10/14 13:20:13 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.49 2005/10/14 13:24:25 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.7</version>
-<date>2005-08-20</date>
+<version>2.8</version>
+<date>2005-10-14</date>
<chapter>
<title>Quick Install Guide</title>
@@ -160,7 +160,7 @@
Next, make sure <path>/etc/make.profile</path> points to the right profile. The
default one should suffice for most users; sub profiles are available for
different kernels (like <path>2.4/</path> for 2.4-kernel based profiles). Change
-the profile using <c>ln -sf</c>.
+the profile using <c>ln -sfn</c>.
</p>
<ul>
@@ -190,10 +190,11 @@
<p>
Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are
available for networkless installations) and configure it using <c>make
-menuconfig</c> followed by <c>make &&make modules_install</c>
-inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path>
-file over to <path>/boot</path>. You can also <c>emerge genkernel</c> and
-use <c>genkernel all</c>.
+menuconfig</c> followed by
+<c>make && make modules_install</c> inside
+<path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path> file
+over to <path>/boot</path>. You can also <c>emerge genkernel</c> and use
+<c>genkernel all</c>.
</p>
<p>
@@ -373,5 +374,5 @@
</body>
</section>
-</chapter>
+</chapter>
</guide>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2005-12-21 14:44 Jan Kundrat
0 siblings, 0 replies; 29+ messages in thread
From: Jan Kundrat @ 2005-12-21 14:44 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 05/12/21 14:44:32
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
#110038, Do not symlink /etc/localtime, copy the file instead
Revision Changes Path
1.50 +5 -6 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.50&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.50&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.49&r2=1.50&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- gentoo-x86-quickinstall.xml 14 Oct 2005 13:24:25 -0000 1.49
+++ gentoo-x86-quickinstall.xml 21 Dec 2005 14:44:32 -0000 1.50
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.49 2005/10/14 13:24:25 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.50 2005/12/21 14:44:32 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.8</version>
-<date>2005-10-14</date>
+<version>2.9</version>
+<date>2005-12-21</date>
<chapter>
<title>Quick Install Guide</title>
@@ -182,9 +182,8 @@
<body>
<p>
-Set your time zone information by changing the <path>/etc/localtime</path>
-symbolic link to the correct location in <path>/usr/share/zoneinfo</path> using
-<c>ln -sf</c>.
+Set your time zone information by copying correct file from
+<path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-02-18 19:26 Josh Saddler
0 siblings, 0 replies; 29+ messages in thread
From: Josh Saddler @ 2006-02-18 19:26 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/02/18 19:26:05
Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
Log:
links2 --> links, as part of the cleanup for bug 108005
Revision Changes Path
1.51 +4 -4 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.51&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.51&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.50&r2=1.51&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- gentoo-x86-quickinstall.xml 21 Dec 2005 14:44:32 -0000 1.50
+++ gentoo-x86-quickinstall.xml 18 Feb 2006 19:26:05 -0000 1.51
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.50 2005/12/21 14:44:32 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.51 2006/02/18 19:26:05 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.9</version>
-<date>2005-12-21</date>
+<version>2.10</version>
+<date>2006-02-18</date>
<chapter>
<title>Quick Install Guide</title>
@@ -48,7 +48,7 @@
<p>
The installation CDs allow you to start an <c>sshd</c> server, add additional
users, run <c>irssi</c> (a command-line chat client) and surf the web using
-<c>lynx</c> or <c>links2</c>.
+<c>lynx</c> or <c>links</c>.
</p>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-06-16 15:39 Lukasz Damentko
0 siblings, 0 replies; 29+ messages in thread
From: Lukasz Damentko @ 2006-06-16 15:39 UTC (permalink / raw
To: gentoo-doc-cvs
rane 06/06/16 15:39:33
Modified: gentoo-x86-quickinstall.xml
Log:
fixing a typo
Revision Changes Path
1.53 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.53&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.53&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.52&r2=1.53&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- gentoo-x86-quickinstall.xml 27 May 2006 13:16:23 -0000 1.52
+++ gentoo-x86-quickinstall.xml 16 Jun 2006 15:39:33 -0000 1.53
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.52 2006/05/27 13:16:23 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.53 2006/06/16 15:39:33 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -209,7 +209,7 @@
another PC. Please note that allowing root to connect over ssh is not
recommended under normal circumstances. If you can't trust your local network,
use a long and complex password, you should use it only once as it will
-disappear after your first rebot.
+disappear after your first reboot.
</p>
<pre caption="Set the root password">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-06-29 12:11 Lukasz Damentko
0 siblings, 0 replies; 29+ messages in thread
From: Lukasz Damentko @ 2006-06-29 12:11 UTC (permalink / raw
To: gentoo-doc-cvs
rane 06/06/29 12:11:00
Modified: gentoo-x86-quickinstall.xml
Log:
fixing two typos, promt -> prompt, no content change
Revision Changes Path
1.54 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.54&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.54&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.53&r2=1.54&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- gentoo-x86-quickinstall.xml 16 Jun 2006 15:39:33 -0000 1.53
+++ gentoo-x86-quickinstall.xml 29 Jun 2006 12:11:00 -0000 1.54
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.53 2006/06/16 15:39:33 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.54 2006/06/29 12:11:00 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -681,8 +681,8 @@
<body>
<note>
-The <b>total</b> elapsed time between the display of the boot promt on the
-minimal CD and the display of the login promt after the reboot was
+The <b>total</b> elapsed time between the display of the boot prompt on the
+minimal CD and the display of the login prompt after the reboot was
<b>00:42:31</b> on our test box. Yes, less than one hour! Note that this time
also includes the stage3, Portage snapshot and several packages download time
and the time spent configuring the kernel.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-06-29 12:26 Lukasz Damentko
0 siblings, 0 replies; 29+ messages in thread
From: Lukasz Damentko @ 2006-06-29 12:26 UTC (permalink / raw
To: gentoo-doc-cvs
rane 06/06/29 12:26:23
Modified: gentoo-x86-quickinstall.xml
Log:
fixing a number of typos, no content change
Revision Changes Path
1.55 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.55&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.55&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.54&r2=1.55&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- gentoo-x86-quickinstall.xml 29 Jun 2006 12:11:00 -0000 1.54
+++ gentoo-x86-quickinstall.xml 29 Jun 2006 12:26:23 -0000 1.55
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.54 2006/06/29 12:11:00 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.55 2006/06/29 12:26:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -50,7 +50,7 @@
a rough estimate of the time you need to complete your install)</comment>
# <i>grep bogo /proc/cpuinfo</i>
-bogomip : 3337.81
+bogomips : 3337.81
# <i>hdparm -tT /dev/sda</i>
/dev/sda:
@@ -102,7 +102,7 @@
be detected and all modules will be loaded. If the kernel fails to boot
properly or if your computer hangs during the boot procedure, you may have to
experience with different configurations. The safest way is probably to use the
-<c>nodetect</c> option and then load required modules explicitely.
+<c>nodetect</c> option and then load required modules explicitly.
</p>
<pre caption="Boot the minimal CD">
@@ -166,7 +166,7 @@
<p>
Alternatively, you can start networking manually. The following example assigns
-the IP addess 192.168.1.10 to your PC and defines 192.168.1.1 as your router
+the IP address 192.168.1.10 to your PC and defines 192.168.1.1 as your router
and name server.
</p>
@@ -225,7 +225,7 @@
</p>
<pre caption="Connect to your new box from another PC">
-<comment>(Use the IP addess of your new box)</comment>
+<comment>(Use the IP address of your new box)</comment>
$ <i>ssh root@192.168.1.10</i>
The authenticity of host '192.168.1.10 (192.168.1.10)' can't be established.
RSA key fingerprint is 96:e7:2d:12:ac:9c:b0:94:90:9f:40:89:b0:45:26:8f.
@@ -700,7 +700,7 @@
<comment>(Look for the IP of your new PC and delete the line,
then save the file and exit nano)</comment>
-<comment>(Use the IP addess of your new box)</comment>
+<comment>(Use the IP address of your new box)</comment>
$ <i>ssh root@192.168.1.10</i>
The authenticity of host '192.168.1.10 (192.168.1.10)' can't be established.
RSA key fingerprint is 96:e7:2d:12:ac:9c:b0:94:90:9f:40:89:b0:45:26:8f.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-06-29 13:27 Lukasz Damentko
0 siblings, 0 replies; 29+ messages in thread
From: Lukasz Damentko @ 2006-06-29 13:27 UTC (permalink / raw
To: gentoo-doc-cvs
rane 06/06/29 13:27:47
Modified: gentoo-x86-quickinstall.xml
Log:
changing to emerge -vpe world instead of useless emerge -vpe
Revision Changes Path
1.56 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.56&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.56&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.55&r2=1.56&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- gentoo-x86-quickinstall.xml 29 Jun 2006 12:26:23 -0000 1.55
+++ gentoo-x86-quickinstall.xml 29 Jun 2006 13:27:47 -0000 1.56
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.55 2006/06/29 12:26:23 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.56 2006/06/29 13:27:47 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>3</version>
-<date>2006-05-15</date>
+<version>4</version>
+<date>2006-06-29</date>
<chapter>
<title>Introduction</title>
@@ -739,10 +739,10 @@
</pre>
<p>
-Now is a good time to enable or disable some USE flags. Run <c>emerge -vpe</c>
-to list all currently installed packages and their enabled and disabled USE
-flags. Either edit <path>/etc/make.conf</path> or use the following command to
-define the USE variable:
+Now is a good time to enable or disable some USE flags. Run <c>emerge -vpe
+world</c> to list all currently installed packages and their enabled and
+disabled USE flags. Either edit <path>/etc/make.conf</path> or use the
+following command to define the USE variable:
</p>
<pre caption="View USE flags in use and enable or disable some">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-06-29 13:36 Lukasz Damentko
0 siblings, 0 replies; 29+ messages in thread
From: Lukasz Damentko @ 2006-06-29 13:36 UTC (permalink / raw
To: gentoo-doc-cvs
rane 06/06/29 13:36:34
Modified: gentoo-x86-quickinstall.xml
Log:
2.1 is stable for x86, no need to unmask it
Revision Changes Path
1.57 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.57&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.57&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.56&r2=1.57&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- gentoo-x86-quickinstall.xml 29 Jun 2006 13:27:47 -0000 1.56
+++ gentoo-x86-quickinstall.xml 29 Jun 2006 13:36:34 -0000 1.57
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.56 2006/06/29 13:27:47 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.57 2006/06/29 13:36:34 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,7 +25,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>4</version>
+<version>5</version>
<date>2006-06-29</date>
<chapter>
@@ -792,14 +792,6 @@
<c>FEATURES="parallel-fetch ccache"</c> is also a good idea.
</p>
-<note>
-At the time of writing, the ~x86 version of <c>portage</c> is significantly
-faster when updating its cache. Even if you stick to the x86 keyword, you might
-want to use the ~x86 version of Portage. Check the <uri
-link="/doc/en/handbook/handbook-x86.xml?part=3&chap=3#doc_chap2">Mixing
-Stable with Testing</uri> chapter if you forgot how to do this.
-</note>
-
<pre caption="Last edit of make.conf">
mybox etc # <i>nano -w make.conf</i>
<comment>(Set -march to your CPU type in CFLAGS)</comment>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-06-29 14:02 Lukasz Damentko
0 siblings, 0 replies; 29+ messages in thread
From: Lukasz Damentko @ 2006-06-29 14:02 UTC (permalink / raw
To: gentoo-doc-cvs
rane 06/06/29 14:02:43
Modified: gentoo-x86-quickinstall.xml
Log:
two more typos
Revision Changes Path
1.58 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.58&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.58&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.57&r2=1.58&cvsroot=gentoo
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- gentoo-x86-quickinstall.xml 29 Jun 2006 13:36:34 -0000 1.57
+++ gentoo-x86-quickinstall.xml 29 Jun 2006 14:02:43 -0000 1.58
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.57 2006/06/29 13:36:34 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.58 2006/06/29 14:02:43 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -822,7 +822,7 @@
<comment>(Install ccache)</comment>
mybox etc # <i>emerge ccache</i>
-<comment>(Please not that the switch to ~x86 causes many packages to be upgraded)</comment>
+<comment>(Please note that the switch to ~x86 causes many packages to be upgraded)</comment>
mybox etc # <i>emerge -vpuD --newuse world</i>
<comment>(Take a good look at the package list and their USE flags,
remove blocking packages if any, and start the lengthy process)</comment>
@@ -878,7 +878,7 @@
<comment>(Look at the list of packages and their USE flags,
then edit make.conf if required.</comment>
mybox etc # <i>nano -w /etc/make.conf</i>
-<comment>The following USE flags have been defined)</comment>
+<comment>(The following USE flags have been defined)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
-kde -qt -arts -eds -esd gnome gstreamer gtk -xmms firefox"
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-08-31 1:40 Josh Saddler
0 siblings, 0 replies; 29+ messages in thread
From: Josh Saddler @ 2006-08-31 1:40 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/08/31 01:40:57
Modified: gentoo-x86-quickinstall.xml
Log:
Updated quickinstall guide for bug 140348 and for 2006.1
Revision Changes Path
1.59 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.58&r2=1.59
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- gentoo-x86-quickinstall.xml 29 Jun 2006 14:02:43 -0000 1.58
+++ gentoo-x86-quickinstall.xml 31 Aug 2006 01:40:57 -0000 1.59
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.58 2006/06/29 14:02:43 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.59 2006/08/31 01:40:57 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>5</version>
-<date>2006-06-29</date>
+<version>6</version>
+<date>2006-08-30</date>
<chapter>
<title>Introduction</title>
@@ -78,7 +78,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>
@@ -144,7 +144,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>. For PPTP support, first edit
+<c>pppoe-setup</c> and <c>pppoe-start</c>. For PPTP support, first edit
<path>/etc/ppp/chap-secrets</path> and <path>/etc/ppp/options.pptp</path> and
then use <c>pptp <server ip></c>.
</p>
@@ -173,7 +173,7 @@
<pre caption="Configure networking the manual way">
livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
livecd root # <i>route add default gw 192.168.1.1</i>
-livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i>
+livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i>
</pre>
<p>
@@ -325,12 +325,12 @@
livecd ~ # <i>cd /mnt/gentoo</i>
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 ~ # <i>cd /mnt/gentoo</i>
-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">
@@ -805,9 +805,12 @@
<p>
You might want to recompile your whole system twice to make full use of your
latest configuration changes. It would take quite a long time to complete and
-yield minimal speed benefits. It is recommended that you let your system
-optimise itself gradually over time when new versions of packages are
-released.
+yield minimal speed benefits. You can let your system optimise itself gradually
+over time when new versions of packages are released. However, recompiling is
+a still good idea from the standpoint of maintaining system consistency. Please
+see the <uri link="/doc/en/gcc-upgrading.xml">Gentoo GCC Upgrading Guide</uri>
+for a discussion on the benefits of ensuring a consistently built system and
+world.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-09-04 20:51 Josh Saddler
0 siblings, 0 replies; 29+ messages in thread
From: Josh Saddler @ 2006-09-04 20:51 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/09/04 20:51:13
Modified: gentoo-x86-quickinstall.xml
Log:
removed dir_index per other handbooks
Revision Changes Path
1.60 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.59&r2=1.60
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- gentoo-x86-quickinstall.xml 31 Aug 2006 01:40:57 -0000 1.59
+++ gentoo-x86-quickinstall.xml 4 Sep 2006 20:51:13 -0000 1.60
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.59 2006/08/31 01:40:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.60 2006/09/04 20:51:13 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>6</version>
-<date>2006-08-30</date>
+<version>7</version>
+<date>2006-09-04</date>
<chapter>
<title>Introduction</title>
@@ -276,7 +276,7 @@
livecd ~ # <i>mke2fs /dev/sda1</i>
<comment>(Let's use ext3 on the main partition)</comment>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/sda3</i>
+livecd ~ # <i>mke2fs -j /dev/sda3</i>
<comment>(Create and activate swap)</comment>
livecd ~ # <i>mkswap /dev/sda2 && swapon /dev/sda2</i>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-09-16 20:23 Xavier Neys
0 siblings, 0 replies; 29+ messages in thread
From: Xavier Neys @ 2006-09-16 20:23 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/09/16 20:23:50
Modified: gentoo-x86-quickinstall.xml
Log:
#147839 fixed prompt
Revision Changes Path
1.61 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.60&r2=1.61
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- gentoo-x86-quickinstall.xml 4 Sep 2006 20:51:13 -0000 1.60
+++ gentoo-x86-quickinstall.xml 16 Sep 2006 20:23:50 -0000 1.61
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.60 2006/09/04 20:51:13 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.61 2006/09/16 20:23:50 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>7</version>
-<date>2006-09-04</date>
+<version>8</version>
+<date>2006-09-16</date>
<chapter>
<title>Introduction</title>
@@ -440,12 +440,12 @@
</p>
<pre caption="Install a kernel source, compile it and install the kernel">
-livecd / # <i>time emerge gentoo-sources</i>
+livecd etc # <i>time emerge gentoo-sources</i>
real 2m51.435s
user 0m58.220s
sys 0m29.890s
-livecd / # <i>cd /usr/src/linux</i>
+livecd etc # <i>cd /usr/src/linux</i>
livecd linux # <i>make menuconfig</i>
<comment>(Configure your kernel)</comment>
livecd linux # <i>time make -j2</i>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-09-29 14:11 Josh Saddler
0 siblings, 0 replies; 29+ messages in thread
From: Josh Saddler @ 2006-09-29 14:11 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/09/29 14:11:46
Modified: gentoo-x86-quickinstall.xml
Log:
typo fix, thanks to shadow on irc for reporting. *no content change*
Revision Changes Path
1.63 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.62&r2=1.63
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- gentoo-x86-quickinstall.xml 25 Sep 2006 09:40:44 -0000 1.62
+++ gentoo-x86-quickinstall.xml 29 Sep 2006 14:11:46 -0000 1.63
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.62 2006/09/25 09:40:44 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.63 2006/09/29 14:11:46 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -41,7 +41,7 @@
<p>
Timing output follows all commands that take more than a couple of seconds to
-finish. Commands were timed on an AMD 2000 1.66 Ghz PC with 512 Mb of RAM and
+finish. Commands were timed on an AMD 2000 1.66 Ghz PC with 512 MB of RAM and
two SATA disks connected to a hardware controller.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2006-11-02 19:13 Josh Saddler
0 siblings, 0 replies; 29+ messages in thread
From: Josh Saddler @ 2006-11-02 19:13 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/11/02 19:13:02
Modified: gentoo-x86-quickinstall.xml
Log:
Removed XMMS references, bug 153830
Revision Changes Path
1.65 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.64&r2=1.65
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- gentoo-x86-quickinstall.xml 8 Oct 2006 19:38:11 -0000 1.64
+++ gentoo-x86-quickinstall.xml 2 Nov 2006 19:13:02 -0000 1.65
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.64 2006/10/08 19:38:11 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.65 2006/11/02 19:13:02 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>9</version>
-<date>2006-10-08</date>
+<version>10</version>
+<date>2006-11-02</date>
<chapter>
<title>Introduction</title>
@@ -883,7 +883,7 @@
mybox etc # <i>nano -w /etc/make.conf</i>
<comment>(The following USE flags have been defined)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
- -kde -qt3 -qt4 -arts -eds -esd gnome gstreamer gtk -xmms firefox"
+ -kde -qt3 -qt4 -arts -eds -esd gnome gstreamer gtk firefox"
mybox etc # <i>time emerge gnome</i>
<comment>(326 packages have been emerged)</comment>
@@ -900,7 +900,7 @@
mybox etc # <i>nano -w /etc/make.conf</i>
<comment>The following USE flags have been defined)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
- kde qt3 qt4 -arts -eds -esd -gnome -gstreamer -gtk -xmms -firefox"
+ kde qt3 qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox"
mybox etc # <i>time emerge kde-meta</i>
<comment>(391 packages have been emerged)</comment>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2007-04-08 0:51 Josh Saddler
0 siblings, 0 replies; 29+ messages in thread
From: Josh Saddler @ 2007-04-08 0:51 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/08 00:51:00
Modified: gentoo-x86-quickinstall.xml
Log:
updated x86 quickinstall guide, bug 173681
Revision Changes Path
1.70 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.69&r2=1.70
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- gentoo-x86-quickinstall.xml 26 Feb 2007 08:58:04 -0000 1.69
+++ gentoo-x86-quickinstall.xml 8 Apr 2007 00:51:00 -0000 1.70
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.69 2007/02/26 08:58:04 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.70 2007/04/08 00:51:00 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>12</version>
-<date>2007-02-26</date>
+<version>13</version>
+<date>2007-04-07</date>
<chapter>
<title>Introduction</title>
@@ -393,13 +393,15 @@
<body>
<p>
-Set your time zone information by copying the correct file from
-<path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file.
+Set your time zone information by setting the timezone listing from
+<path>/usr/share/zoneinfo</path> in <path>/etc/conf.d/clock</path>.
</p>
<pre caption="Copy your timezone file">
<comment>(Using Brussels as an example)</comment>
-livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+livecd / # <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="CET"
+
livecd / # <i>date</i>
Wed Mar 8 00:46:05 CET 2006
</pre>
@@ -489,7 +491,7 @@
<pre caption="Configure networking">
livecd etc # <i>cd conf.d</i>
livecd conf.d # <i>echo 'config_eth0=( "192.168.1.10/24" )' >> net</i>
-livecd conf.d # <i>echo 'routes_eth0=( "default via 192.168.1.1" )' >> net</i>
+livecd conf.d # <i>echo 'routes_eth0=( "default gw 192.168.1.1" )' >> net</i>
livecd conf.d # <i>rc-update add net.eth0 default</i>
<comment>(If you compiled your network card driver as a module,
add it to /etc/modules.autoload.d/kernel-2.6)</comment>
@@ -499,7 +501,7 @@
</pre>
<note>
-Emerge <c>pcmcia-cs</c> and add it to the default run level if you need it.
+Emerge <c>pcmciautils</c> if you need support for PCMCIA cards.
</note>
<p>
@@ -556,8 +558,8 @@
<p>
Install the necessary file system tools (<c>xfsprogs</c>, <c>reiserfsprogs</c>
-or <c>jfsutils</c>) and networking tools (<c>dhcpcd</c> or <c>rp-pppoe</c>) if
-you need any.
+or <c>jfsutils</c>) and networking tools (<c>dhcpcd</c> or <c>ppp</c>) if you
+need any.
</p>
<pre caption="Install extra tools if required">
@@ -565,7 +567,7 @@
livecd conf.d # <i>emerge jfsutils</i> <comment>(If you use the JFS file system)</comment>
livecd conf.d # <i>emerge reiserfsprogs</i> <comment>(If you use the Reiser file system)</comment>
livecd conf.d # <i>emerge dhcpcd</i> <comment>(If you need a DHCP client)</comment>
-livecd conf.d # <i>USE="-X" emerge rp-pppoe</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
+livecd conf.d # <i>USE="-X" emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
</pre>
</body>
@@ -747,33 +749,19 @@
<pre caption="View USE flags in use and enable or disable some">
mybox ~ # <i>emerge -vpe world</i>
<comment>(Portage displays the packages and their USE flags, as an example, let's
-disable ipv6 and fortran, and enable userlocales and unicode)</comment>
-mybox ~ # <i>echo 'USE="nptl nptlonly -ipv6 -fortran userlocales unicode"' >> /etc/make.conf</i>
+disable ipv6 and fortran, and enable unicode)</comment>
+mybox ~ # <i>echo 'USE="nptl nptlonly -ipv6 -fortran unicode"' >> /etc/make.conf</i>
</pre>
<p>
-If you enabled the <c>userlocales</c> USE flag for versions of glibc that still
-support it, you should edit <path>/etc/locales.build</path> and define the
-locales you want to build.
-</p>
-
-<p>
-Later versions of glibc ignore the userlocales USE flag and use
-<path>/etc/locale.gen</path> instead. If you are upgrading glibc to such a
-version, you should create <path>/etc/locale.gen</path> <e>and remove</e>
-<path>/etc/locales.build</path>. Check the output of <c>emerge -vpe world</c>
-to know whether glibc supports the userlocales USE flag.
+Recent versions of glibc use <path>/etc/locale.gen</path> to define locale
+settings. If you are upgrading glibc to such a version, you should create
+<path>/etc/locale.gen</path> <e>and remove</e> <path>/etc/locales.build</path>.
</p>
<pre caption="Define locales">
-mybox ~ # <i>cd /etc</i>
-<comment>(For versions of glibc with the userlocales USE flag)</comment>
-mybox etc # <i>nano -w locales.build</i>
-
-<comment>(For recent versions of glibc, convert locales.build)</comment>
-mybox etc # <i>grep '^[^#].*' locales.build | sed 's:/: :' >locale.gen</i>
-mybox etc # <i>rm locales.build</i>
-mybox etc # <i>nano -w locale.gen</i>
+mybox # <i>cd /etc</i>
+mybox # <i>nano -w locale.gen</i>
</pre>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2007-04-09 19:44 Josh Saddler
0 siblings, 0 replies; 29+ messages in thread
From: Josh Saddler @ 2007-04-09 19:44 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/09 19:44:52
Modified: gentoo-x86-quickinstall.xml
Log:
caption error, bug 173929
Revision Changes Path
1.71 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.70&r2=1.71
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- gentoo-x86-quickinstall.xml 8 Apr 2007 00:51:00 -0000 1.70
+++ gentoo-x86-quickinstall.xml 9 Apr 2007 19:44:52 -0000 1.71
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.70 2007/04/08 00:51:00 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.71 2007/04/09 19:44:52 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>13</version>
-<date>2007-04-07</date>
+<version>14</version>
+<date>2007-04-09</date>
<chapter>
<title>Introduction</title>
@@ -397,7 +397,7 @@
<path>/usr/share/zoneinfo</path> in <path>/etc/conf.d/clock</path>.
</p>
-<pre caption="Copy your timezone file">
+<pre caption="Setting your timezone">
<comment>(Using Brussels as an example)</comment>
livecd / # <i>nano -w /etc/conf.d/clock</i>
TIMEZONE="CET"
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2007-04-10 19:37 Josh Saddler
0 siblings, 0 replies; 29+ messages in thread
From: Josh Saddler @ 2007-04-10 19:37 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/10 19:37:05
Modified: gentoo-x86-quickinstall.xml
Log:
really fixed x86 quickinstall this time. bug 173929
Revision Changes Path
1.72 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.71&r2=1.72
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- gentoo-x86-quickinstall.xml 9 Apr 2007 19:44:52 -0000 1.71
+++ gentoo-x86-quickinstall.xml 10 Apr 2007 19:37:05 -0000 1.72
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.71 2007/04/09 19:44:52 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.72 2007/04/10 19:37:05 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>14</version>
-<date>2007-04-09</date>
+<version>15</version>
+<date>2007-04-10</date>
<chapter>
<title>Introduction</title>
@@ -398,7 +398,7 @@
</p>
<pre caption="Setting your timezone">
-<comment>(Using Brussels as an example)</comment>
+<comment>(Using CET as an example)</comment>
livecd / # <i>nano -w /etc/conf.d/clock</i>
TIMEZONE="CET"
@@ -755,8 +755,7 @@
<p>
Recent versions of glibc use <path>/etc/locale.gen</path> to define locale
-settings. If you are upgrading glibc to such a version, you should create
-<path>/etc/locale.gen</path> <e>and remove</e> <path>/etc/locales.build</path>.
+settings.
</p>
<pre caption="Define locales">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2007-06-01 22:58 Lukasz Damentko
0 siblings, 0 replies; 29+ messages in thread
From: Lukasz Damentko @ 2007-06-01 22:58 UTC (permalink / raw
To: gentoo-doc-cvs
rane 07/06/01 22:58:24
Modified: gentoo-x86-quickinstall.xml
Log:
#180600, RSYNC -> SYNC in make.conf
Revision Changes Path
1.78 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.77&r2=1.78
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- gentoo-x86-quickinstall.xml 20 May 2007 20:32:22 -0000 1.77
+++ gentoo-x86-quickinstall.xml 1 Jun 2007 22:58:24 -0000 1.78
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.77 2007/05/20 20:32:22 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.78 2007/06/01 22:58:24 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>18</version>
-<date>2007-05-08</date>
+<version>19</version>
+<date>2007-06-02</date>
<chapter>
<title>Introduction</title>
@@ -733,7 +733,7 @@
<body>
<p>
-Start by selecting nearby mirrors either by defining the <c>RSYNC</c> and
+Start by selecting nearby mirrors either by defining the <c>SYNC</c> and
<c>GENTOO_MIRRORS</c> variables in <path>/etc/make.conf</path> or by using
<c>mirrorselect</c>. You can also define the number of concurrent compilation
processes at this point.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
@ 2007-09-24 7:51 Jan Kundrat
0 siblings, 0 replies; 29+ messages in thread
From: Jan Kundrat @ 2007-09-24 7:51 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 07/09/24 07:51:53
Modified: gentoo-x86-quickinstall.xml
Log:
#193409, new users should follow the handbook instead
Revision Changes Path
1.79 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.78&r2=1.79
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- gentoo-x86-quickinstall.xml 1 Jun 2007 22:58:24 -0000 1.78
+++ gentoo-x86-quickinstall.xml 24 Sep 2007 07:51:53 -0000 1.79
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.78 2007/06/01 22:58:24 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.79 2007/09/24 07:51:53 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>19</version>
-<date>2007-06-02</date>
+<version>20</version>
+<date>2007-09-24</date>
<chapter>
<title>Introduction</title>
@@ -40,6 +40,11 @@
</p>
<p>
+New users should read the <uri link="/doc/en/handbook/index.xml">Handbook</uri>
+as it gives a better overview about the installation process.
+</p>
+
+<p>
Timing output follows all commands that take more than a couple of seconds to
finish. Commands were timed on an AMD 2000 1.66 Ghz PC with 512 MB of RAM and
two SATA disks connected to a hardware controller.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 29+ messages in thread
end of thread, other threads:[~2007-09-24 8:00 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-16 20:23 [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml Xavier Neys
-- strict thread matches above, loose matches on Subject: below --
2007-09-24 7:51 Jan Kundrat
2007-06-01 22:58 Lukasz Damentko
2007-04-10 19:37 Josh Saddler
2007-04-09 19:44 Josh Saddler
2007-04-08 0:51 Josh Saddler
2006-11-02 19:13 Josh Saddler
2006-09-29 14:11 Josh Saddler
2006-09-04 20:51 Josh Saddler
2006-08-31 1:40 Josh Saddler
2006-06-29 14:02 Lukasz Damentko
2006-06-29 13:36 Lukasz Damentko
2006-06-29 13:27 Lukasz Damentko
2006-06-29 12:26 Lukasz Damentko
2006-06-29 12:11 Lukasz Damentko
2006-06-16 15:39 Lukasz Damentko
2006-02-18 19:26 Josh Saddler
2005-12-21 14:44 Jan Kundrat
2005-10-14 13:24 Xavier Neys
2005-10-14 13:20 Xavier Neys
2005-08-20 14:57 swift
2005-08-12 17:57 Shyam Mani
2005-08-09 13:24 swift
2005-08-04 7:01 swift
2005-08-01 12:12 Sven Vermeulen
2005-07-30 14:56 Sven Vermeulen
2005-07-16 9:33 Sven Vermeulen
2005-07-10 20:28 Sven Vermeulen
2005-07-10 20:27 Sven Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox