Bug#789125: initramfs-tools: update-initramfs fails w/ random luks key for swap

2015-06-18 Thread Brainslug
Some more info: The problem seems to be the "_" in the swap's crypto device name. If I replace "sda4_crypt" with something that does not contain an underscore, this works, for example: sda4crypt /dev/sda4 /dev/urandom cipher=aes-xts-plain64,size=256,swap sda5_crypt UUID=2fa9feb8-b096-41f7-bf17-41

Bug#789125: initramfs-tools: update-initramfs fails w/ random luks key for swap

2015-06-17 Thread Brainslug
Package: initramfs-tools Version: 0.120 Severity: normal Dear Maintainer, since the migration to systemd, key scripts in /etc/crypttab are no longer supported (bug #618862). To work around this problem I tried replacing the keyscript for my swap partition with a random key. But this fails when tr