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.xml
Date: Fri, 06 Jul 2012 15:53:27
Message-Id: 20120706155315.4A4B12004B@flycatcher.gentoo.org
1 flammie 12/07/06 15:53:15
2
3 Modified: gentoo-x86-quickinstall.xml
4 Log:
5 Update translation to v27: add initramfs
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/fi/gentoo-x86-quickinstall.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall.xml?r1=1.28&r2=1.29
13
14 Index: gentoo-x86-quickinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- gentoo-x86-quickinstall.xml 14 Aug 2011 16:40:24 -0000 1.28
21 +++ gentoo-x86-quickinstall.xml 6 Jul 2012 15:53:15 -0000 1.29
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall.xml,v 1.28 2011/08/14 16:40:24 flammie Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall.xml,v 1.29 2012/07/06 15:53:15 flammie Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -30,8 +30,8 @@
30
31 <license/>
32
33 -<version>26</version>
34 -<date>2011-05-09</date>
35 +<version>27</version>
36 +<date>2012-03-31</date>
37
38 <chapter>
39 <title>Johdanto</title>
40 @@ -174,6 +174,15 @@
41 livecd linux # <i>cp arch/i386/boot/bzImage /boot/kernel</i>
42 </pre>
43
44 +<p>
45 + Lisäksi voi asentaa initramfs:n:
46 +</p>
47 +
48 +<pre caption="Initramfs:n asennus">
49 +# <i>emerge genkernel</i>
50 +# <i>genkernel --install --no-ramdisk-modules initramfs</i>
51 +</pre>
52 +
53 </body>
54 </section>