diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 7487b1c4a..43f44a31f 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -139,7 +139,7 @@ build () 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" ### disable systemd mounts: - # disable configfs, debugfs, fuse and tracefs + # disable configfs, debugfs, fuse, hugepages, mqueue and tracefs for i in dev-mqueue dev-hugepages sys-kernel-debug sys-kernel-tracing sys-kernel-config sys-fs-fuse-connections tmp; do add_symlink "/etc/systemd/system/${i}.mount" "/dev/null" done