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 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $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> 21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts: generic/initrd.scripts:
Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create 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. or compile static LVM2 binaries if static ones do not exist.
.RE .RE
.TP .TP
\fB\-\-luks\fR
.RS
Add in Luks support from static binaries if they exist on the
system.
.RE
.TP
\fB\-\-no-udev\fR \fB\-\-no-udev\fR
Force devfs on 2.6 series kernels. Not recommended or supported. Force devfs on 2.6 series kernels. Not recommended or supported.
.TP .TP
@ -254,6 +260,10 @@ bootloader, which the initrd scripts would recognize.
\fBreal_root=\fR<...> \fBreal_root=\fR<...>
Specifies the device node of the root filesystem to mount. Specifies the device node of the root filesystem to mount.
.TP .TP
\fBcrypt_root=\fR<...>
This specifies the device encrypted by Luks, which contains the root
filesystem to mount.
.TP
\fBdodmraid=\fR<...> \fBdodmraid=\fR<...>
Passes arguments to dmraid on bootup. Passes arguments to dmraid on bootup.
.TP .TP

Loading…
Cancel
Save