Browse Source

feat(pkcs11): include the module in the spec file

Adding the module to the spec file
master
Jóhann B. Guðmundsson 2 years ago
parent
commit
c5907f82d8
  1. 1
      pkgbuild/dracut.spec

1
pkgbuild/dracut.spec

@ -374,6 +374,7 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/ @@ -374,6 +374,7 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/
%{dracutlibdir}/modules.d/91crypt-gpg
%{dracutlibdir}/modules.d/91crypt-loop
%{dracutlibdir}/modules.d/91fido2
%{dracutlibdir}/modules.d/91pkcs11
%{dracutlibdir}/modules.d/91tpm2-tss
%{dracutlibdir}/modules.d/95debug
%{dracutlibdir}/modules.d/95fstab-sys

Loading…
Cancel
Save