Merge pull request #8 from t0b3/patch-4

Update 00-crypt.sh
master
Fabio Erculiani 11 years ago
commit f898113225

@ -118,7 +118,7 @@ _open_luks() {
luks_device="${luks_dev}" # otherwise hope... luks_device="${luks_dev}" # otherwise hope...
setup_md_device "${luks_device}" setup_md_device "${luks_device}"
cryptsetup isLuks "${luks_device}" || { eval "${CRYPTSETUP_BIN} isLuks ${luks_device}" || {
bad_msg "${luks_device} does not contain a LUKS header" bad_msg "${luks_device} does not contain a LUKS header"
dev_error=1 dev_error=1
continue; continue;

Loading…
Cancel
Save