On Tue, 14 May 2013, Michael Chapman wrote:
And now that I look at that blkid output again, I can see that /dev/ogopogo/swap (which should have that type) is completely missing. Why would that be the case?
OK, at least that wasn't difficult to find out. /dev/ogopogo/swap is a "plain" crypto device, not a LUKS device. That makes sense, because the whole point of encrypted swap is that it's ephemeral. It doesn't need the LUKS on-disk format.
So really, I think the right approach here would be for Dracut to detect that a swap device like this is ephemeral and that it doesn't need activation during initramfs... or if this isn't possible, perhaps an fstab option so that Dracut can skip it (I don't want to use "noauto", of course, since I still want the swap to be activated on boot).
- Michael -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html