void-runit icon indicating copy to clipboard operation
void-runit copied to clipboard

03-filesystems tries to unlock already opened luks volumes

Open ghost opened this issue 5 years ago • 2 comments

ghost avatar Jul 15 '20 20:07 ghost

When adding crypttab to dracut for remote unlocking with dracut-crypt-ssh (packaged in void), this makes the system ask the password for the root drive a second time while already booting from it, and this time without a possibility for typing it remotely. It can be avoided by doing ^D, but that's only possible with keyboard access on the system.

ghost avatar Jul 15 '20 20:07 ghost

I having the same problem with an encrypted system, but in my case it's sxhkd instead of ssh: I have to do the two steps as described whenever I execute ZZZ with it.
I use unique encrypted partition with btrfs + swapfile subvolume on it.
Not sure if I should open another issue.

Kratacoa avatar Aug 25 '20 19:08 Kratacoa