Gentoo Archives: gentoo-commits

From: "Flammie Pirinen (flammie)" <flammie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: gentoo-x86-quickinstall-stage.xml
Date: Fri, 06 Jul 2012 16:15:05
Message-Id: 20120706161454.6E33F2004B@flycatcher.gentoo.org
1 flammie 12/07/06 16:14:54
2
3 Modified: gentoo-x86-quickinstall-stage.xml
4 Log:
5 update translation to version 14: /etc/timezone and lowercase hostname
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml?r1=1.6&r2=1.7
13
14 Index: gentoo-x86-quickinstall-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- gentoo-x86-quickinstall-stage.xml 14 Aug 2011 16:31:35 -0000 1.6
21 +++ gentoo-x86-quickinstall-stage.xml 6 Jul 2012 16:14:54 -0000 1.7
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml,v 1.6 2011/08/14 16:31:35 flammie Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml,v 1.7 2012/07/06 16:14:54 flammie Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>12</version>
31 -<date>2011-08-01</date>
32 +<version>14</version>
33 +<date>2012-02-29</date>
34
35 <section>
36 <title>Stagejen asetukset</title>
37 @@ -119,6 +119,7 @@
38 <pre caption="Aikavyöhykkeen asetus">
39 <comment>(Esimerkkinä Helsinki)</comment>
40 livecd / # <i>cp /usr/share/zoneinfo/Europe/Helsinki /etc/localtime</i>
41 +livecd / # <i>echo "Europe/Helsinki" &gt; /etc/timezone</i>
42 livecd / # <i>date</i>
43 Wed Mar 8 00:46:05 EET 2006
44 </pre>
45 @@ -139,7 +140,7 @@
46 <pre caption="Kone ja verkkonimen asettaminen">
47 livecd / # <i>cd /etc</i>
48 livecd etc # <i>echo "127.0.0.1 loota.kotona loota localhost" > hosts</i>
49 -livecd etc # <i>sed -i -e 's/HOSTNAME.*/HOSTNAME="loota"/' conf.d/hostname</i>
50 +livecd etc # <i>sed -i -e 's/hostname.*/hostname="loota"/' conf.d/hostname</i>
51 <comment>(Käytä annettua nimeä varmistuksena)</comment>
52 livecd etc # <i>hostname loota</i>
53 livecd etc # <i>hostname -f</i>