swift 05/12/26 16:47:16 Modified: xml/htdocs/doc/en/handbook hb-working-portage.xml Log: #116101 - Adding --ask example for world updates
Revision Changes Path 1.57 +7 -5 xml/htdocs/doc/en/handbook/hb-working-portage.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-portage.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/handbook/hb-working-portage.xml?rev=1.57&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-portage.xml.diff?r1=1.56&r2=1.57&cvsroot=gentoo Index: hb-working-portage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- hb-working-portage.xml 30 Jun 2005 07:44:34 -0000 1.56 +++ hb-working-portage.xml 26 Dec 2005 16:47:16 -0000 1.57 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.56 2005/06/30 07:44:34 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.57 2005/12/26 16:47:16 swift Exp $ --> <sections> -<version>1.51</version> -<date>2005-06-30</date> +<version>1.52</version> +<date>2005-12-26</date> <section> <title>Welcome to Portage</title> @@ -274,11 +274,13 @@ security updates) you need to update your system regularly. Since Portage only checks the ebuilds in your Portage tree you first have to update your Portage tree. When your Portage tree is updated, you can update your system with -<c>emerge --update world</c>: +<c>emerge --update world</c>. In the next example, we'll also use the +<c>--ask</c> switch which will tell Portage to display the list of packages it +wants to upgrade and ask you if you want to continue: </p> <pre caption="Updating your system"> -# <i>emerge --update world</i> +# <i>emerge --update --ask world</i> </pre> <p> -- [email protected] mailing list
