[arch-commits] Commit in systemd/trunk (initcpio-install-systemd)

Christian Hesse eworm at archlinux.org
Sat Apr 3 21:13:26 UTC 2021


    Date: Saturday, April 3, 2021 @ 21:13:25
  Author: eworm
Revision: 411476

move code to cryptsetup hook (sd-encrypt)

Modified:
  systemd/trunk/initcpio-install-systemd

--------------------------+
 initcpio-install-systemd |   12 ------------
 1 file changed, 12 deletions(-)

Modified: initcpio-install-systemd
===================================================================
--- initcpio-install-systemd	2021-04-03 20:12:39 UTC (rev 411475)
+++ initcpio-install-systemd	2021-04-03 21:13:25 UTC (rev 411476)
@@ -125,7 +125,6 @@
     # udev rules and systemd units
     map add_udev_rule "$rules" \
             50-udev-default.rules \
-            60-fido-id.rules \
             60-persistent-storage.rules \
             64-btrfs.rules \
             80-drivers.rules \
@@ -164,17 +163,6 @@
             rescue.target \
             emergency.target
 
-    # add libraries dlopen()ed by systemd and its tools
-    for LIB in fido2 tss2-{{esys,rc,mu},tcti-'*'}; do
-        for FILE in $(find /usr/lib/ -maxdepth 1 -name "lib${LIB}.so*"); do
-            if [[ -L "${FILE}" ]]; then
-                add_symlink "${FILE}"
-            else
-                add_binary "${FILE}"
-            fi
-        done
-    done
-
     add_symlink "/usr/lib/systemd/system/default.target" "initrd.target"
     add_symlink "/usr/lib/systemd/system/ctrl-alt-del.target" "reboot.target"
 



More information about the arch-commits mailing list