-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding an initial keyfile support embedded in initramfs #50
base: master
Are you sure you want to change the base?
Conversation
I'm not the one to review this but just to make it faster: you have messed up the indentation. |
Thanks for that, didn't noticed, gotta fix |
It's still bad. The easiest way to see it might be by navigating to "Files changed" tab which shows changes from all commits nicely. You can also search for tab characters. The file is indented using space so there probably should by no tab characters introduced by this change. |
Welp, vim played me. A :retab did it |
Embedding a keyfile in the initramfs encrypted is useless, better use a password directly
Added the files adding feature of #30 since we have common goals |
When using cryptomount from grub the initramfs will ask a second time the LUKS password as it is not aware it has been mounted before.
This pull request add a simple keyfile support internally.
Documentation is also updated.