rane 05/10/03 20:53:53 Modified: xml/htdocs/doc/en gentoo-x86-tipsntricks.xml Log: LiveCD -> Installation CD, no other content change
Revision Changes Path 1.15 +17 -15 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.15&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.15&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo Index: gentoo-x86-tipsntricks.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gentoo-x86-tipsntricks.xml 1 Aug 2005 13:02:53 -0000 1.14 +++ gentoo-x86-tipsntricks.xml 3 Oct 2005 20:53:53 -0000 1.15 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.14 2005/08/01 13:02:53 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.15 2005/10/03 20:53:53 rane Exp $ --> <guide link="/doc/en/gentoo-x86-tipsntricks.xml"> <title>Gentoo/x86 Installation Tips & Tricks</title> @@ -15,9 +15,11 @@ submitted tips and tricks for reference purposes. </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>1.8</version> +<version>1.9</version> <date>2005-07-02</date> <chapter> @@ -45,7 +47,7 @@ <ul> <li><uri link="#software-raid">Software RAID</uri></li> <li><uri link="#ata-raid-2.4">ATA RAID using 2.4 kernels</uri></li> - <li><uri link="#livecd-kernel">Using the LiveCD kernel</uri></li> + <li><uri link="#livecd-kernel">Using the Installation CD kernel</uri></li> </ul> <p> @@ -82,7 +84,7 @@ </note> <p> -Once you are booted from the LiveCD, load the appropriate RAID modules. For +Once you are booted from the Installation CD, load the appropriate RAID modules. For instance, if you plan on using RAID-1: </p> @@ -109,7 +111,7 @@ <p> After partitioning, create the <path>/etc/mdadm.conf</path> file (yes, indeed, -on the LiveCD environment) using <c>mdadm</c>, an advanced tool for <uri +on the Installation CD environment) using <c>mdadm</c>, an advanced tool for <uri link="http://www.linuxdevcenter.com/pub/a/linux/2002/12/05/RAID.html">RAID management</uri>. For instance, to have your boot, swap and root partition mirrored (RAID-1) covering <path>/dev/sda</path> and <path>/dev/sdb</path>, @@ -154,7 +156,7 @@ <p> When installing extra tools, emerge <c>mdadm</c> as well. Note that this -isn't available on all LiveCDs so you might not be able to install Gentoo on a +isn't available on all Installation CDs so you might not be able to install Gentoo on a Software RAID when using a networkless installation! </p> @@ -170,7 +172,7 @@ <body> <p> -Make sure you boot your LiveCD using the <c>doataraid</c> option. Once booted, +Make sure you boot your Installation CD using the <c>doataraid</c> option. Once booted, check the contents of <path>/dev/ataraid</path>. It should contain various <path>disc*</path> directories for each harddisk available in the ATA RAID. An entire disk is displayed as <path>disc</path> while partitions are @@ -241,12 +243,12 @@ </body> </section> <section id="livecd-kernel"> -<title>Using the LiveCD kernel</title> +<title>Using the Installation CD kernel</title> <body> <p> If you don't want to compile a kernel yourself you can use the kernel from the -LiveCD and copy it to your system. When you come to the point that you're asked +Installation CD and copy it to your system. When you come to the point that you're asked to compile a kernel, go to another terminal (press Alt-F2) and log in with the root password you've supplied at the beginning of the installation. </p> @@ -255,7 +257,7 @@ Copy over the kernel and modules to your Gentoo system: </p> -<pre caption="Copying over the LiveCD kernel"> +<pre caption="Copying over the Installation CD kernel"> <comment>(${KN} is the kernel name, usually something like 'gentoo' or 'smp')</comment> cdimage ~# <i>cp /mnt/cdrom/isolinux/${KN} /mnt/cdrom/isolinux/${KN}.gz /mnt/gentoo/boot</i> cdimage ~# <i>mkdir -p /mnt/gentoo/lib/modules</i> @@ -264,7 +266,7 @@ <p> Make sure you <c>emerge hotplug</c> and have it added to the boot runlevel. To -have all modules that are currently running (from the LiveCD) loaded during +have all modules that are currently running (from the Installation CD) loaded during bootup of your Gentoo system, run the following command from within the chrooted environment: </p> @@ -294,12 +296,12 @@ <p> There are several possible solutions for this. The first one is to use -<c>screen</c>. After booting the LiveCD, set your root password and start a +<c>screen</c>. After booting the Installation CD, set your root password and start a screen session: </p> <note> -Not all LiveCDs provide screen. If this is the case, you will have to use one of +Not all Installation CDs provide screen. If this is the case, you will have to use one of the other methods described in this section. </note> @@ -340,12 +342,12 @@ </pre> <p> -Now exit the chrooted environment (<c>exit</c>) and the LiveCD session. Your +Now exit the chrooted environment (<c>exit</c>) and the Installation CD session. Your compilation will continue in the background. </p> <p> -When you want to check the compilation, log in as root (on the LiveCD) and +When you want to check the compilation, log in as root (on the Installation CD) and chroot back into your environment and go to the directory where you left off: </p> -- [email protected] mailing list
