dracut/0004-crypt-gpg-Include-module-if-CCID-smartcard-support-r.patch
Harald Hoyer 3763a85444 dracut 045-18.git20170515
- git snapshot
2017-05-15 14:31:19 +02:00

22 lines
740 B
Diff

From 0e1b686b8367925b21c76b9d9e36bf7d2f6b89ac Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <moritz@ucworks.org>
Date: Thu, 30 Mar 2017 14:54:26 +0200
Subject: [PATCH] crypt-gpg: Include module if CCID smartcard support requested
---
modules.d/91crypt-gpg/module-setup.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules.d/91crypt-gpg/module-setup.sh b/modules.d/91crypt-gpg/module-setup.sh
index bb34676f..f1c6a34b 100755
--- a/modules.d/91crypt-gpg/module-setup.sh
+++ b/modules.d/91crypt-gpg/module-setup.sh
@@ -10,6 +10,7 @@ check() {
dwarning "crypt-gpg: GnuPG >= 2.1 with scdaemon and libusb required for ccid smartcard support"
return 1
fi
+ return 0
fi
return 255