swift 12/07/01 17:50:29 Modified: hb-install-x86+amd64-medium.xml Log: Fix bug #424407 - Refer to "sudo -c bash" or "sudo -i" to get a root prompt in most live Linux environments
Revision Changes Path 1.26 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?r1=1.25&r2=1.26 Index: hb-install-x86+amd64-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- hb-install-x86+amd64-medium.xml 29 Jun 2012 15:57:32 -0000 1.25 +++ hb-install-x86+amd64-medium.xml 1 Jul 2012 17:50:29 -0000 1.26 @@ -4,7 +4,7 @@ <!-- 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-install-x86+amd64-medium.xml,v 1.25 2012/06/29 15:57:32 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.26 2012/07/01 17:50:29 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ Gentoo using the minimal Installation CD. </abstract> -<version>13</version> -<date>2012-06-29</date> +<version>14</version> +<date>2012-07-01</date> <section> <title>Hardware Requirements</title> @@ -184,6 +184,21 @@ --> </body> </subsection> +<subsection> +<title>Gentoo Linux LiveDVDs</title> +<body> + +<p> +Every 6 months (give or take), a special DVD is crafted by the Gentoo Ten +project which can be used to install Gentoo with too. The instructions further +down this chapter target the Minimal Installation CDs so might be a bit +different. However, the LiveDVD (or any other bootable +Linux environment) supports getting a root prompt by just invoking <c>sudo +su -</c> or <c>sudo -i</c> on a terminal. +</p> + +</body> +</subsection> <!-- <subsection> <title>Gentoo Installer LiveCD</title>
