neysx 05/05/17 16:42:30 Modified: xml/htdocs/doc/en/handbook hb-install-system.xml Log: #92855: mention `emerge --sync --quiet` for slow terminals
Revision Changes Path 1.78 +6 -3 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.78&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.78&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml.diff?r1=1.77&r2=1.78&cvsroot=gentoo Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- hb-install-system.xml 7 May 2005 23:37:21 -0000 1.77 +++ hb-install-system.xml 17 May 2005 16:42:30 -0000 1.78 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.77 2005/05/07 23:37:21 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.78 2005/05/17 16:42:30 neysx Exp $ --> <sections> -<version>2.4</version> -<date>2005-05-07</date> +<version>2.5</version> +<date>2005-05-17</date> <section> <title>Chrooting</title> @@ -135,6 +135,9 @@ <pre caption="Updating the Portage tree"> # <i>emerge --sync</i> +<comment>(If you're using a slow terminal like some framebuffers or a serial +console, you can add the --quiet option to speed up this process:)</comment> +# <i>emerge --sync --quiet</i> </pre> <p> -- [email protected] mailing list
