Update patch for work around

This commit is contained in:
Peter Robinson 2018-12-06 13:44:49 +00:00
parent 85b667ec5e
commit 8da96d5981
2 changed files with 16 additions and 7 deletions

View File

@ -1,6 +1,6 @@
From 3bf5ce692612fe96427d221b3dbdf3936a9dccb8 Mon Sep 17 00:00:00 2001
From b0ade8201b508d74f38488e08a31d93117894d83 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson@gmail.com>
Date: Thu, 6 Dec 2018 11:33:41 +0000
Date: Thu, 6 Dec 2018 13:42:33 +0000
Subject: [PATCH] Drop rd.neednet=1 for the time being so tpm2 unlock will work
without network
@ -13,14 +13,20 @@ https://github.com/latchset/clevis/issues/54
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
src/luks/systemd/dracut/module-setup.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
src/luks/systemd/dracut/module-setup.sh.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/luks/systemd/dracut/module-setup.sh.in b/src/luks/systemd/dracut/module-setup.sh.in
index 990bf4a..c2932d9 100755
index 990bf4a..399e468 100755
--- a/src/luks/systemd/dracut/module-setup.sh.in
+++ b/src/luks/systemd/dracut/module-setup.sh.in
@@ -24,7 +24,7 @@ depends() {
@@ -19,12 +19,12 @@
#
depends() {
- echo crypt systemd network
+ echo crypt systemd
return 0
}
cmdline() {

View File

@ -2,7 +2,7 @@
Name: clevis
Version: 11
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Automated decryption framework
License: GPLv3+
@ -160,6 +160,9 @@ exit 0
%attr(4755, root, root) %{_libexecdir}/%{name}-luks-udisks2
%changelog
* Thu Dec 6 2018 Peter Robinson <pbrobinson@fedoraproject.org> 11-4
- Update patch for work around
* Thu Dec 6 2018 Peter Robinson <pbrobinson@fedoraproject.org> 11-3
- Work around network requirement for early boot