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-system.xml
Date: Mon, 02 Dec 2013 03:36:53
Message-Id: 20131202033645.7BCFA20035@flycatcher.gentoo.org
1 flammie 13/12/02 03:36:45
2
3 Modified: gentoo-x86-quickinstall-system.xml
4 Log:
5 Updated translation to 10:
6 * Fix bug #481204 - Make need for initramfs with separate /usr more prominent
7
8 Revision Changes Path
9 1.6 xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?r1=1.5&r2=1.6
14
15 Index: gentoo-x86-quickinstall-system.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- gentoo-x86-quickinstall-system.xml 6 Jul 2012 16:20:02 -0000 1.5
22 +++ gentoo-x86-quickinstall-system.xml 2 Dec 2013 03:36:45 -0000 1.6
23 @@ -1,11 +1,11 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.5 2012/07/06 16:20:02 flammie Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.6 2013/12/02 03:36:45 flammie Exp $ -->
27 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
28
29 <included>
30
31 -<version>7</version>
32 -<date>2012-03-31</date>
33 +<version>10</version>
34 +<date>2013-08-15</date>
35
36 <section>
37 <title>Järjestelmän asetukset</title>
38 @@ -58,7 +58,7 @@
39 <p>
40 Verkkoasetukset tehdään tiedostoon <path>/etc/conf.d/net</path>. Lisää
41 <c>net.eth0</c> initskripti default-runlevelille. Jos käytössä on useampia
42 -verkkolaitteita, ne linkitetään symbolisella linkillä <c>net.eth0</c>:n
43 +verkkolaitteita, ne linkitetään symbolisella linkillä <c>net.lo</c>:n
44 initskriptiin ja lisätään default-runlevelille. Muokkaa asetustiedostoa
45 <c>nano</c>lla tai käytä seuraavia komentoja:
46 </p>
47 @@ -95,12 +95,12 @@
48 </pre>
49
50 <p>
51 -Aseta aikavyöhyke tiedostoon <path>/etc/timezone</path> kuten aiempana
52 -ympäristömuuttujan kohdalla:
53 + Aseta aikavyöhyke tiedostoon <path>/etc/conf.d/hwclock</path> kuten aiempana
54 + ympäristömuuttujan kohdalla (mm. <c>Europe/Helsinki</c> sopii Suomelle):
55 </p>
56
57 -<pre caption="Aseta /etc/timezone">
58 -Europe/Helsinki
59 +<pre caption="Tiedoston /etc/conf.d/hwclock asetukset">
60 + # nano -w /etc/conf.d/hwclock
61 </pre>
62
63 <p>
64 @@ -201,7 +201,7 @@
65 title Gentoo
66 root (hd0,0)
67 kernel /boot/kernel root=<keyval id="root"/>
68 -initrd /boot/initramfs <comment># Jos asetukset vaativat initramfs:ää</comment>
69 +initrd /boot/initramfs <comment># Jos asetukset vaativat initramfs:ää; kuten erillinen /usr-osio</comment>
70 </pre>
71
72 <pre caption="Grubin asentaminen" test="not(contains(func:keyval('root'),'md'))">