Comment 6 for bug 1447282

Revision history for this message
Jason Gerard DeRose (jderose) wrote : Re: Prompted for cryptoswap passphrase when using GPT partitioning + encrypted home directory (ecryptfs)

One more interesting tidbit: it seems that when booting with systemd, it's never enabling encrypted swap, it's just enabling normal swap using the underlying physical swap partition.

After booting with systemd:

$ sudo swapon --summary
Filename Type Size Used Priority
/dev/sda3 partition 4194300 0 -1

After booting with Upstart on the same install:

$ sudo swapon --summary
Filename Type Size Used Priority
/dev/mapper/cryptswap1 partition 4193788 0 -1