Package: cryptsetup
Version: 1.0.2+svn
Severity: normal
Tags: patch
Currently the $MAKESWAP test has been split out to a separate do_swap
function. However, this function isn't called from anywhere.. Ditto for
do_tmp. The (hopefully) attached patch is one way to fix it.
Index: cryptdisks.functions
===================================================================
--- cryptdisks.functions (revision 174)
+++ cryptdisks.functions (working copy)
@@ -377,7 +377,8 @@
else
do_noluks
fi
-
+ do_tmp
+ do_swap
clean_keys
fi
done