neysx 06/05/19 19:08:19 Modified: gentoo-sparc-quickinstall.xml Log: Fixed mirrorselect cmd. (reported by weeve on #-doc)
Revision Changes Path 1.19 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo Index: gentoo-sparc-quickinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gentoo-sparc-quickinstall.xml 18 May 2006 13:44:20 -0000 1.18 +++ gentoo-sparc-quickinstall.xml 19 May 2006 19:08:19 -0000 1.19 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.18 2006/05/18 13:44:20 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.19 2006/05/19 19:08:19 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -20,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.11</version> -<date>2006-05-18</date> +<version>1.12</version> +<date>2006-05-19</date> <chapter> <title>Sparc Quick Install Reference</title> @@ -98,7 +98,7 @@ ( ... and extract) # <i>tar xvjpf stage*</i> (Optional: unpack a portage tree) # <i>tar xvjf /mnt/cdrom/snapshots/portage-*.tar.bz2 -C /mnt/gentoo/usr</i> (Optional: copy over distfiles) # <i>cp -R /mnt/cdrom/distfiles /mnt/gentoo/usr/portage/distfiles</i> -(Select a mirror) # <i>mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf</i> +(Select a mirror) # <i>mirrorselect -s4 -o >> /mnt/gentoo/etc/make.conf</i> (Copy over nameserver information) # <i>cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf</i> (Mount the proc filesystem) # <i>mount -t proc none /mnt/gentoo/proc</i> (Chroot into the new environment) # <i>chroot /mnt/gentoo /bin/bash</i> -- [email protected] mailing list
