Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
Date: Sun, 29 Apr 2012 18:04:09
Message-Id: 20120429155915.8E6BC20047@flycatcher.gentoo.org
1 swift 12/04/29 15:59:15
2
3 Modified: gentoo-x86-quickinstall-stage.xml
4 Log:
5 Correcting hostname setting as reported by Chris Abela
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.14&r2=1.15
13
14 Index: gentoo-x86-quickinstall-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- gentoo-x86-quickinstall-stage.xml 22 Feb 2012 21:27:45 -0000 1.14
21 +++ gentoo-x86-quickinstall-stage.xml 29 Apr 2012 15:59:15 -0000 1.15
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.14 2012/02/22 21:27:45 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.15 2012/04/29 15:59:15 swift Exp $ -->
27
28 <included>
29
30 -<version>13</version>
31 -<date>2012-02-22</date>
32 +<version>14</version>
33 +<date>2012-02-29</date>
34
35 <section>
36 <title>Setting Up The Stage</title>
37 @@ -138,7 +138,7 @@
38 <pre caption="Set host and domain name">
39 livecd / # <i>cd /etc</i>
40 livecd etc # <i>echo "127.0.0.1 mybox.at.myplace mybox localhost" > hosts</i>
41 -livecd etc # <i>sed -i -e 's/HOSTNAME.*/HOSTNAME="mybox"/' conf.d/hostname</i>
42 +livecd etc # <i>sed -i -e 's/hostname.*/hostname="mybox"/' conf.d/hostname</i>
43 <comment>(Use defined host name and check)</comment>
44 livecd etc # <i>hostname mybox</i>
45 livecd etc # <i>hostname -f</i>