nightmorph 08/05/02 08:04:22 Modified: gentoo-x86-quickinstall.xml metadoc.xml Log: As announced on the list (http://archives.gentoo.org/gentoo-doc/msg_e721be404c6a5ae8ce5c5bf02f45381c.xml), assume all arches are using the libata framework, so sd* everywhere. includes updating block device and partition descriptions. also added a new included file for boot config (starting sshd, hdparm, etc). synced up several wayward files, including sparc. also changed/dropped usage of some now useless keys, since everyone's using sd*. lots of intensive, invasive changes. and i never even used sed once.
Revision Changes Path 1.81 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.81&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.80&r2=1.81 Index: gentoo-x86-quickinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- gentoo-x86-quickinstall.xml 1 Jan 2008 21:32:30 -0000 1.80 +++ gentoo-x86-quickinstall.xml 2 May 2008 08:04:22 -0000 1.81 @@ -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.80 2008/01/01 21:32:30 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.81 2008/05/02 08:04:22 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -30,8 +30,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>21</version> -<date>2008-01-01</date> +<version>22</version> +<date>2008-05-02</date> <chapter> <title>Introduction</title> @@ -90,9 +90,7 @@ Use <c>fdisk</c> or <c>cfdisk</c> to create your partition layout. You need at least a swap partition (type 82) and one Linux partition (type 83). The following scenario creates a <path>/boot</path>, a swap and a main partition -as used in our handbook. The device name is likely to be either -<path>/dev/sda</path> for a SATA or SCSI disk, or <path>/dev/hda</path> for an -IDE disk. +as used in our handbook. Replace <path>sda</path> with your disk. </p> <pre caption="Create the partitions"> 1.212 xml/htdocs/doc/en/metadoc.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.212&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.212&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?r1=1.211&r2=1.212 Index: metadoc.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v retrieving revision 1.211 retrieving revision 1.212 diff -u -r1.211 -r1.212 --- metadoc.xml 26 Apr 2008 19:21:00 -0000 1.211 +++ metadoc.xml 2 May 2008 08:04:22 -0000 1.212 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE metadoc SYSTEM "/dtd/metadoc.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.211 2008/04/26 19:21:00 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.212 2008/05/02 08:04:22 nightmorph Exp $ --> <metadoc lang="en"> - <version>1.133</version> + <version>1.134</version> <members> <lead>neysx</lead> <member>cam</member> @@ -185,6 +185,7 @@ <file id="hb-install-x86_amd64-kernel">/doc/en/handbook/hb-install-x86+amd64-kernel.xml</file> <file id="hb-install-x86_amd64-medium">/doc/en/handbook/hb-install-x86+amd64-medium.xml</file> <file id="hb-install-blockdevices">/doc/en/handbook/hb-install-blockdevices.xml</file> + <file id="hb-install-bootconfig">/doc/en/handbook/hb-install-bootconfig.xml</file> <file id="hb-install-filesystems">/doc/en/handbook/hb-install-filesystems.xml</file> <file id="hb-install-kernelmodules">/doc/en/handbook/hb-install-kernelmodules.xml</file> <file id="hb-install-kernelparams">/doc/en/handbook/hb-install-kernelparams.xml</file> -- [email protected] mailing list
