From 0fd4e2e35fd3c1dc148ecd672cf59d02affa614e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 18 Nov 2023 17:43:37 +0100 Subject: [PATCH] activate service file --- usr/lib/archboot/cpio/hooks/base_common_system | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/lib/archboot/cpio/hooks/base_common_system b/usr/lib/archboot/cpio/hooks/base_common_system index 34d5cf3b1..1d93a19c5 100644 --- a/usr/lib/archboot/cpio/hooks/base_common_system +++ b/usr/lib/archboot/cpio/hooks/base_common_system @@ -87,6 +87,8 @@ protocols,request-key.conf,securetty,services} /etc/systemd/system/detect-vconsole.service _symlink /etc/systemd/system/multi-user.target.wants/windowkeys.service \ /etc/systemd/system/windowkeys.service + _symlink /etc/systemd/system/sysinit.target.wants/detect-vconsole.service \ + /etc/systemd/system/detect-vconsole.service # disable systemd targets: for i in remote-{veritysetup,cryptsetup} sockets timers; do _symlink "/etc/systemd/system/${i}.target" /dev/null