swift 12/04/29 15:59:15 Modified: gentoo-x86-quickinstall-stage.xml Log: Correcting hostname setting as reported by Chris Abela
Revision Changes Path 1.15 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.14&r2=1.15 Index: gentoo-x86-quickinstall-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gentoo-x86-quickinstall-stage.xml 22 Feb 2012 21:27:45 -0000 1.14 +++ gentoo-x86-quickinstall-stage.xml 29 Apr 2012 15:59:15 -0000 1.15 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.14 2012/02/22 21:27:45 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.15 2012/04/29 15:59:15 swift Exp $ --> <included> -<version>13</version> -<date>2012-02-22</date> +<version>14</version> +<date>2012-02-29</date> <section> <title>Setting Up The Stage</title> @@ -138,7 +138,7 @@ <pre caption="Set host and domain name"> livecd / # <i>cd /etc</i> livecd etc # <i>echo "127.0.0.1 mybox.at.myplace mybox localhost" > hosts</i> -livecd etc # <i>sed -i -e 's/HOSTNAME.*/HOSTNAME="mybox"/' conf.d/hostname</i> +livecd etc # <i>sed -i -e 's/hostname.*/hostname="mybox"/' conf.d/hostname</i> <comment>(Use defined host name and check)</comment> livecd etc # <i>hostname mybox</i> livecd etc # <i>hostname -f</i>
