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: Fri, 06 Jul 2012 16:20:23
Message-Id: 20120706162002.BA3702004B@flycatcher.gentoo.org
1 flammie 12/07/06 16:20:02
2
3 Modified: gentoo-x86-quickinstall-system.xml
4 Log:
5 Update translation to version 7: initramfs, rc-update raid, hostname
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?r1=1.4&r2=1.5
13
14 Index: gentoo-x86-quickinstall-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- gentoo-x86-quickinstall-system.xml 12 Sep 2011 02:57:40 -0000 1.4
21 +++ gentoo-x86-quickinstall-system.xml 6 Jul 2012 16:20:02 -0000 1.5
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-system.xml,v 1.4 2011/09/12 02:57:40 flammie Exp $ -->
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 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>4</version>
31 -<date>2011-08-23</date>
32 +<version>7</version>
33 +<date>2012-03-31</date>
34
35 <section>
36 <title>Järjestelmän asetukset</title>
37 @@ -69,6 +69,7 @@
38 livecd init.d # <i>cd ../conf.d</i>
39 livecd conf.d # <i>echo 'config_eth0="192.168.1.10 netmask 255.255.255.0 brd 192.168.1.255"' >> net</i>
40 livecd conf.d # <i>echo 'routes_eth0="default via 192.168.1.1"' >> net</i>
41 +livecd conf.d # <i>echo 'hostname="myhostname"' > hostname</i>
42 livecd conf.d # <i>rc-update add net.eth0 default</i>
43 <comment>(Jos verkkokortin ajuri on moduuli,
44 se lisätään tiedostoon /etc/conf.d/modules)</comment>
45 @@ -125,6 +126,8 @@
46
47 <pre caption="RAID- ja LVM2-työkalujen asennus">
48 livecd conf.d # <i>emerge mdadm lvm2</i>
49 +livecd conf.d # <i>rc-update add mdraid boot</i>
50 +livecd conf.d # <i>rc-update add lvm boot</i>
51 </pre>
52
53 </body>
54 @@ -198,6 +201,7 @@
55 title Gentoo
56 root (hd0,0)
57 kernel /boot/kernel root=<keyval id="root"/>
58 +initrd /boot/initramfs <comment># Jos asetukset vaativat initramfs:ää</comment>
59 </pre>
60
61 <pre caption="Grubin asentaminen" test="not(contains(func:keyval('root'),'md'))">