Fix symlink problem with newer device mapper, patch based on work by Thomas Koehler.
authorMichael Prokop <mika@grml.org>
Sun, 26 Dec 2010 22:44:11 +0000 (23:44 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 26 Dec 2010 22:45:21 +0000 (23:45 +0100)
commitcb23919c91d625ebbd3c0b676ca2dce98cf20a05
tree0de0d5a85d0a61be40215b016c6c52d94818dda1
parent2807d32a213e937f797120ea813a7dae92cc0481
Fix symlink problem with newer device mapper, patch based on work by Thomas Koehler.

Original commit message by Thomas Koehler:

 Newer device mappers create /dev/mapper/grml-crypt_DEV
 as a symlink to /dev/dm-X, no longer as a block device.
 Unfortunately, after mounting, you only see /dev/dm-X in
 /etc/mtab and /proc/mounts, which broke the "stop" command
 in grml-crypt. By looping over all /dev/mapper/grml-crypt*
 files and checking if this is the correct one, this problem
 can be fixed.

Thanks: Thomas Koehler <jean-luc@picard.franken.de>
grml-crypt