[Bug 15661] New: Breezy linux-image does not support cryptoroot

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Sat Sep 17 14:00:01 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=15661
Ubuntu | linux

           Summary: Breezy linux-image does not support cryptoroot
           Product: Ubuntu
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: linux
        AssignedTo: ben.collins at ubuntu.com
        ReportedBy: hile at nixu.com
         QAContact: kernel-bugs at lists.ubuntu.com


Because breezy kernels use by default mkinitramfs, there is no support for
encrypted root filesystems.

As interim solution, until such support exists, kernel package postinst should
check if /etc/crypttab 
and /etc/fstab contain encrypted root:

# grep root /etc/crypttab
rootfs      /dev/hda5
# grep rootfs /etc/fstab
/dev/mapper/rootfs  /               xfs     defaults             0 1

... and if encrypted root filesystem is detected, the kernel package postinst
should use mkinitrd instead of mkinitramfs, something like 
$ramdisk = mkinitrd if detect_cryptoroot;

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list