From 7139e9d9a3857724a857615a4bd80f857685eb97 Mon Sep 17 00:00:00 2001 From: Harald Seiler Date: Sun, 6 Sep 2020 21:23:36 +0200 Subject: [PATCH] preset: don't enable proc-sys-fs-binfmt_misc.mount The proc-sys-fs-binfmt_misc.mount unit should not be enabled by preset-all because it should only be used as fallback in case proc-sys-fs-binfmt_misc.automount cannot be used on a system. In these cases it should be enabled manually by an administrator. --- presets/90-systemd.preset | 1 + 1 file changed, 1 insertion(+) diff --git a/presets/90-systemd.preset b/presets/90-systemd.preset index dd268ae1b5..9e430904f1 100644 --- a/presets/90-systemd.preset +++ b/presets/90-systemd.preset @@ -37,6 +37,7 @@ disable systemd-networkd-wait-online.service disable systemd-time-wait-sync.service disable systemd-boot-check-no-failures.service disable systemd-network-generator.service +disable proc-sys-fs-binfmt_misc.mount disable syslog.socket -- 2.25.1