Bug#361147: partman-base: add dm-crypt detection support

2006-04-07 Thread Max Vozeler
tags 361147 +pending thanks On Fri, Apr 07, 2006 at 12:14:27AM +0200, David Härdeman wrote: > the attached patch is necessary in order to show decent descriptions for > encrypted volumes when using partman-crypt. Without the patch, > everything under /dev/mapper is listed as a lvm lv. Thanks fo

Bug#361147: partman-base: add dm-crypt detection support

2006-04-06 Thread David Härdeman
On Fri, Apr 07, 2006 at 12:53:54AM +0200, Max Vozeler wrote: I think $swap here is a typo? Shouldn't it be $1? Of course, I must have forgotten to refresh the patch before sending it because I had already fixed that locally. Will you change that to "$1" before committing or do you want a new

Bug#361147: partman-base: add dm-crypt detection support

2006-04-06 Thread Max Vozeler
Hey David, On Fri, Apr 07, 2006 at 12:14:27AM +0200, David Härdeman wrote: > +# First of all, check if this is a dm-crypt device > +type="" > +if [ -x /sbin/dmsetup ]; then > +type=$(/sbin/dmsetup table $swap | head -1 | cut -d " " -f3) > +fi I think $s

Bug#361147: partman-base: add dm-crypt detection support

2006-04-06 Thread Frans Pop
On Friday 07 April 2006 00:14, David Härdeman wrote: > the attached patch is necessary in order to show decent descriptions > for encrypted volumes when using partman-crypt. Without the patch, > everything under /dev/mapper is listed as a lvm lv. Feel free to apply the patch in SVN, of course addi

Bug#361147: partman-base: add dm-crypt detection support

2006-04-06 Thread David Härdeman
Package: partman-base Version: 80 Severity: wishlist Tags: patch Hi, the attached patch is necessary in order to show decent descriptions for encrypted volumes when using partman-crypt. Without the patch, everything under /dev/mapper is listed as a lvm lv. Regards, David Härdeman Index: par