Conversation
|
we should instead put it in the could you move |
|
That sounded like a very good solution, unfortunately it does not work. Potential bug or something I can look on my end configuring wise? I can not find anything wrong personally with my fstab or dmcrypt configs. Makes sense though not to add Scenario A: Using need Having it in need works, after boot Scenario B: Using use After moving dmcrypt to Manually running Senario C: Both use and after Just for testing I tried adding dmcrypt to both use and after, but same problem, Maybe not relevant, but my rc-service and rc-status output (was same for all three tests): |
|
are and if so, |
I noticed when installing Artix Linux with only home folder encryption (setup via
/etc/conf.d/dmcrypt) the passphrase is correctly asked at boot for the encrypted home folder and decrypted if correct passphrase is given but the drive does not get mounted to/home. It was not a/etc/fstabissue because after logging in as rootmount -adid mount the drive to/homecorrectly.The fix was to add
dmcryptto/etc/conf.d/localmountunderdepend()afterneed fsck root. Would it be useful if this was added tolocalmountor is there a better way of doing it?