From 724bd962570d38efc998324b6360ce6a034a5aaa Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 19 Jun 2023 17:28:11 +0200 Subject: [PATCH] mask fuse filesystem in systemd, it's not included by default --- usr/lib/initcpio/install/archboot_base_common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 3f3473172..80224aa45 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -139,6 +139,8 @@ build () add_file "/usr/share/archboot/base/etc/systemd/system/getty@.service" "/etc/systemd/system/getty@.service" add_file "/usr/share/archboot/base/etc/systemd/system/serial-getty@.service" "/etc/systemd/system/serial-getty@.service" add_file "/usr/share/archboot/base/etc/systemd/system/systemd-sysusers.service" "/etc/systemd/system/systemd-sysusers.service" + # mask fuse, it's not included by default + add_symlink "/etc/systemd/system/sys-fs-fuse-connections.mount" "/dev/null" ### add missing libsystemd files map add_file "/usr/lib/libnss_myhostname.so.2" "/usr/lib/libnss_mymachines.so.2" \