Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create md devices with LUKS for bug #170753.

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

@ -2,6 +2,11 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create
md devices with LUKS for bug #170753.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Reverting patch that was originally added due to bug #160333 due to the

@ -624,6 +624,7 @@ openLUKS() {
then
break
else
setup_md_device ${LUKS_DEVICE}
if cryptsetup isLuks ${LUKS_DEVICE}
then
good_msg "Opening LUKS device ${LUKS_DEVICE}"

Loading…
Cancel
Save