-
Notifications
You must be signed in to change notification settings - Fork 106
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
systemd/dracut decoupling #347
Conversation
set -eu | ||
# vim: set ts=8 shiftwidth=4 softtabstop=4 expandtab smarttab colorcolumn=80: | ||
# | ||
# Copyright (c) 2020 Red Hat, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
year might be changed to 2021
Adds a clevis-luks-generic-unlocker for alternative use without systemd. Based on patch by Sergio Correia <[email protected]> Closes: latchset#346 Signed-off-by: Jonathan Davies <[email protected]>
d304771
to
a5aa695
Compare
This patch needs a trivial change to also move the clevis-pin-null subfolder to src/dracut and then it will work for version 19. Why isn't this PR merged after sitting for a year? What can I do to help get it merged? I am also using Clevis on OpenRC with no complaints other than maintaining this patch. |
@jpds: could you please rebase this on top of the current tree? |
@sergio-correia Is it possible to merge this, please? Merging it upstream would eliminate the need for downstream patching. |
@jpds @Anonymous1157 |
@gb-123-git If you installed testing/clevis from Alpine's aports then you did not get the patch in this PR and it's not going to work no matter what you do. You have to write a new aport that applies this PR as a patch. (Or probably grab Gentoo's patch and use that because this one has yet to be rebased to latest and OP is probably not coming back to do it) |
@Anonymous1157 I really dont know why this was not merged. @npmccallum @sergio-correia |
I am open to merging it, so if you want to work on it, please go ahead. Start by rebasing it on top of the current tree. |
@Anonymous1157 |
Adds a clevis-luks-generic-unlocker for alternative use without systemd.
Based on patch by Sergio Correia
Closes: #346