Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: genkernel.xml
Date: Thu, 21 Jun 2007 01:38:20
Message-Id: E1I1Bce-0007o3-0f@stork.gentoo.org
1 nightmorph 07/06/21 01:38:07
2
3 Modified: genkernel.xml
4 Log:
5 updated genkernel guide for bug 173766
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/genkernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.28&r2=1.29
13
14 Index: genkernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- genkernel.xml 31 May 2007 22:02:14 -0000 1.28
21 +++ genkernel.xml 21 Jun 2007 01:38:07 -0000 1.29
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.28 2007/05/31 22:02:14 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.29 2007/06/21 01:38:07 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/genkernel.xml">
29 @@ -26,8 +26,8 @@
30
31 <license/>
32
33 -<version>1.4.3</version>
34 -<date>2005-12-16</date>
35 +<version>1.5</version>
36 +<date>2007-06-20</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -437,6 +437,14 @@
41 of software RAID sets (ATARAID, for example) and contained DOS partitions.
42 </li>
43 <li>
44 + <b>--luks</b>: Includes support for <uri
45 + link="http://luks.endorphin.org/">Linux Unified Key Setup</uri> or LUKS.
46 + This will allow you to use a device encrypted by LUKS which contains the
47 + root filesystem. On the bootloader, you then set that encrypted device as
48 + the value of crypt_root (and real_root shall be the unencrypted device LUKS
49 + creates).
50 + </li>
51 + <li>
52 <b>--linuxrc=/path/to/your/linuxrc</b>: Specifies a user-created
53 <e>linuxrc</e> &mdash; a script that is initialized during the start-up
54 stage of the kernel, prior to the actual boot process. (A default linuxrc
55
56
57
58 --
59 gentoo-doc-cvs@g.o mailing list