Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

GovanifY
Copy link

@GovanifY GovanifY commented May 2, 2017

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.

@Enlik
Copy link
Member

Enlik commented May 2, 2017

I'm not the one to review this but just to make it faster: you have messed up the indentation.

@GovanifY
Copy link
Author

GovanifY commented May 2, 2017

Thanks for that, didn't noticed, gotta fix

@Enlik
Copy link
Member

Enlik commented May 2, 2017

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.

@GovanifY
Copy link
Author

GovanifY commented May 2, 2017

Welp, vim played me. A :retab did it

GovanifY added 2 commits May 3, 2017 13:28
Embedding a keyfile in the initramfs encrypted is useless, better use a password directly
@GovanifY
Copy link
Author

GovanifY commented May 4, 2017

Added the files adding feature of #30 since we have common goals
I tried to keep my patchset minimal though and did not wanted to add anything header-related he made
so I'm keeping it as a different pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants