X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-helpers;h=d5ad29f6bc9be6ee410ddf55b9d25fd67cb24482;hb=refs%2Ftags%2Fdebian%2F1.157.3-1;hp=978aa06427b8c0197e13cf5e142e67bc545df956;hpb=f1ab10d9480b5ffaf94f41d05cf819569015b182;p=live-boot-grml.git diff --git a/scripts/live-helpers b/scripts/live-helpers index 978aa06..d5ad29f 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -328,7 +328,7 @@ find_cow_device () fi # Checking for a luks device - if [ -e /sbin/cryptsetup ] && /sbin/cryptsetup isLuks ${devname} + if [ "${PERSISTENT}" = "cryptsetup" ] && [ -e /sbin/cryptsetup ] && /sbin/cryptsetup isLuks ${devname} then while true do