nightmorph 07/06/21 01:38:07 Modified: genkernel.xml Log: updated genkernel guide for bug 173766
Revision Changes Path 1.29 xml/htdocs/doc/en/genkernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.29&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.28&r2=1.29 Index: genkernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- genkernel.xml 31 May 2007 22:02:14 -0000 1.28 +++ genkernel.xml 21 Jun 2007 01:38:07 -0000 1.29 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.28 2007/05/31 22:02:14 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.29 2007/06/21 01:38:07 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/genkernel.xml"> @@ -26,8 +26,8 @@ <license/> -<version>1.4.3</version> -<date>2005-12-16</date> +<version>1.5</version> +<date>2007-06-20</date> <chapter> <title>Introduction</title> @@ -437,6 +437,14 @@ of software RAID sets (ATARAID, for example) and contained DOS partitions. </li> <li> + <b>--luks</b>: Includes support for <uri + link="http://luks.endorphin.org/">Linux Unified Key Setup</uri> or LUKS. + This will allow you to use a device encrypted by LUKS which contains the + root filesystem. On the bootloader, you then set that encrypted device as + the value of crypt_root (and real_root shall be the unencrypted device LUKS + creates). + </li> + <li> <b>--linuxrc=/path/to/your/linuxrc</b>: Specifies a user-created <e>linuxrc</e> — a script that is initialized during the start-up stage of the kernel, prior to the actual boot process. (A default linuxrc -- [EMAIL PROTECTED] mailing list
