Am 2013-02-10 11:09, schrieb Stefan G. Weichinger: > Into fstab, right? I will try to play with automount-options as well.
"nofail" gives me a straight bootup as the system does not (try to) enable swap. The cryptsetup-unit gets set up correctly: # cryptsetup status swap /dev/mapper/swap is active. type: PLAIN cipher: aes-cbc-essiv:sha256 keysize: 256 bits device: /dev/sda5 offset: 0 sectors size: 2093056 sectors mode: read/write I can "swapon" manually, but it didn't get enabled by systemd so far. Maybe it *would* have been enabled if swap was accessed? I can live with that so far ... but it would be interesting to get that right, just to learn things. Maybe I should try the other approach and create a unit-file for the encrypted swap by myself. Stefan