Error:

            /dev/mapper/*_crypt)# DM-Crypt devices
                echo "$LINE"
                continue
            /dev/disk/*)        # Already mounting by particulars

Should be

            /dev/mapper/*_crypt)# DM-Crypt devices
                echo "$LINE"
                continue
                ;;
            /dev/disk/*)        # Already mounting by particulars

After that it was working:
[EMAIL PROTECTED]:~# dpkg --configure volumeid
Setting up volumeid (113-0ubuntu13) ...
update-initramfs: deferring update (trigger activated)

Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.22-12-generic

-- 
package volumeid 113-0ubuntu13 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/146513
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to