Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
systemd


Commits:
7f444306 by nl6720 at 2024-08-14T15:27:16+03:00
Provide /etc/cryptsetup-keys.d/

When no key file is specified, systemd-cryptsetup uses
/etc/cryptsetup-keys.d/dmname.key.

Provide this directory so that users do not need to create it manually.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -285,6 +285,9 @@ package_systemd() {
 
   # overwrite the systemd-user PAM configuration with our own
   install -D -m0644 systemd-user.pam "$pkgdir"/etc/pam.d/systemd-user
+
+  # create a directory for cryptsetup keys
+  install -d -m0700 "$pkgdir"/etc/cryptsetup-keys.d
 }
 
 package_systemd-libs() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/7f4443062f668b27368c9186f16acd623214432d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/7f4443062f668b27368c9186f16acd623214432d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to