--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- /etc/init.d/dmcrypt.orig 2022-10-31 15:08:59.697495113 +0100 +++ /etc/init.d/dmcrypt 2022-10-31 15:11:17.596374843 +0100 @@ -248,6 +248,12 @@ eval "${pre_mount}" > /dev/null ewend $? || cryptfs_status=1 fi + if [ -n "${post_mount}" ] ; then + dev="/dev/mapper/${target}" + eval ebegin \"" post_mount: ${post_mount}"\" + eval "${post_mount}" > /dev/null + ewend $? || cryptfs_status=1 + fi fi }