[Pkg-cryptsetup-devel] Bug#483882: cryptsetup: /etc/crypttab noauto setting is ignored

Wolfgang Aigner wolfgang.aigner at gmx.de
Sun Jun 8 18:26:29 UTC 2008


Hello Christian,
this patch against
/lib/cryptsetup/cryptdisks.functions
 fix the bug:

458,462d457
< 	# Ignore noauto devices
< 	if [ "$IGNORE" = "yes" ]; then
< 		device_msg "$dst" "ignored"
< 		continue
< 	fi
502a498,503
> 	
> 	# Ignore noauto devices
> 	if [ "$IGNORE" = "yes" ]; then
> 		device_msg "$dst" "ignored"
> 		continue
> 	fi


The ignore check is at the moment before the options are parsed.
After moving the check down everything works for me

greetings

wof
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: This is a digitally signed message part.
Url : http://lists.alioth.debian.org/pipermail/pkg-cryptsetup-devel/attachments/20080608/acdf54e1/attachment.pgp 


More information about the Pkg-cryptsetup-devel mailing list