You are not logged in.
Pages: 1
Dear all,
I have a cryptsetup hook in mkinitcpio.conf. It is named 'openswap'. It opens an encrypted swap partition on boot.
When the kernel is built, it is shown that 'openswap' is built in. However, when the system boots, 'openswap' is skipped. Does someone know how to solve the problem?
Thanks!
Last edited by Wen (2013-01-04 15:28:59)
Offline
This is not one of the default hooks. Where is it from? If you wrote it, what is in it, and do you have both the build and runtime hooks?
Last edited by Trilby (2013-01-01 12:57:23)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Offline
It still attempts to use SCRIPT="openswap" in the build function rather than add_runscript. The wiki was updated weeks ago to reflect the change (which should have happende months ago).
That solved my problem. Thank you!
Offline
Pages: 1