forked from pool/cryptsetup
This commit is contained in:
parent
31bd7d0d4c
commit
1b98d9949f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 14 12:27:34 CET 2008 - bwalle@suse.de
|
||||
|
||||
- Fix LUKS root partition residing on a soft raid (bnc #358341)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 14:03:33 CET 2008 - mkoenig@suse.de
|
||||
|
||||
|
@ -30,7 +30,7 @@ License: BSD 3-Clause; GPL v2 only; GPL v2 or later
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
Version: 1.0.5_SVNr46
|
||||
Release: 57
|
||||
Release: 58
|
||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||
Source: cryptsetup-%{version}.tar.bz2
|
||||
Source1: hashalot-%haver.tar.bz2
|
||||
@ -225,6 +225,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libcryptsetup.so
|
||||
|
||||
%changelog
|
||||
* Sun Dec 14 2008 bwalle@suse.de
|
||||
- Fix LUKS root partition residing on a soft raid (bnc #358341)
|
||||
* Mon Nov 03 2008 mkoenig@suse.de
|
||||
- boot.crypto-early: explicitly start before boot.localfs
|
||||
* Fri Sep 12 2008 mkoenig@suse.de
|
||||
|
@ -26,5 +26,7 @@ case $luks_lang in
|
||||
esac
|
||||
|
||||
for curluks in $luks; do
|
||||
/sbin/cryptsetup luksOpen $(eval echo \$luks_${curluks}) $curluks
|
||||
DEVICE=$(eval echo \$luks_${curluks})
|
||||
check_for_device $DEVICE
|
||||
/sbin/cryptsetup luksOpen $DEVICE $curluks
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user