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

Append files to initramfs / Open LUKS devices with detached header #30

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

Conversation

fabrox
Copy link

@fabrox fabrox commented Nov 4, 2015

  • Added FILES section to config file.
  • Added logic to append user specified files to the initramfs.
  • Added needed parameters for usage of LUKS devices with detached header.
  • Added logic to open LUKS devices with detached headers.
  • Added logic to open LUKS devices with key/header files included in the initramfs.


local dev_error=0 key_error=0 keydev_error=0
local mntkey="${KEY_MNT}/" cryptsetup_opts=""
local luks_header_included=0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you fix indentation here?

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