at an unstable Gentoo Linux image with encrypted swap I see : * Waiting for uevents to be processed ... [ ok ] * Setting up dm-crypt mappings ... * crypt-swap using: -c aes -h sha1 -d /dev/urandom create crypt-swap /dev/ubdb ... [ ok ] * pre_mount: mkswap ${dev} ... [ ok ] [ ok ] * Checking local filesystems ... /me thinks ${dev} isn't really wanted
Going to assume this is part of the initscript and not due to openrc itself. * sys-fs/cryptsetup Matched Files: /etc/init.d/dmcrypt;
*** Bug 489986 has been marked as a duplicate of this bug. ***
Take a look at: /etc/conf.d/dmcrypt That variable ${dev} should be replaced by the path of your swap partition. Of course. But, it seems you discommented the wrong line, he should use mkswap after encrypting the file, and should use it on /dev/mapper/<path for your swap device>
Well, the main issue is that it is not a descriptive info message at all
should be all set now in the tree; thanks for the report! Commit message: Run ebegin message through eval so the output is expanded http://sources.gentoo.org/sys-fs/cryptsetup/files/1.5.1-dmcrypt.rc?r1=1.5&r2=1.6