Added patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug #172766 to add documentation for genkernel's LUKS features.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@511 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 18 years ago
parent 93fbc1102a
commit 55f2664dbe

@ -2,6 +2,10 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
Added patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
#172766 to add documentation for genkernel's LUKS features.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create

@ -207,6 +207,12 @@ Add in LVM2 support from static binaries if they exist on the system,
or compile static LVM2 binaries if static ones do not exist.
.RE
.TP
\fB\-\-luks\fR
.RS
Add in Luks support from static binaries if they exist on the
system.
.RE
.TP
\fB\-\-no-udev\fR
Force devfs on 2.6 series kernels. Not recommended or supported.
.TP
@ -254,6 +260,10 @@ bootloader, which the initrd scripts would recognize.
\fBreal_root=\fR<...>
Specifies the device node of the root filesystem to mount.
.TP
\fBcrypt_root=\fR<...>
This specifies the device encrypted by Luks, which contains the root
filesystem to mount.
.TP
\fBdodmraid=\fR<...>
Passes arguments to dmraid on bootup.
.TP

Loading…
Cancel
Save