From f968e10f94f8eeb6883986a0be97f9cead1ad06c Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Jan 12 2021 08:12:48 +0000 Subject: 00systemd: when putting systemd-vconsole-setup.service as a dependency ignore missing services rhel-only Resolves: #1906301 patch_name: 0129.patch present_in_specfile: true location_in_specfile: 129 squash_commits: true --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 4ab2a89..1f0b5da 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -225,7 +225,7 @@ install() { systemd-ask-password-console.service \ systemd-ask-password-plymouth.service \ ; do - systemctl -q --root "$initdir" add-wants "$i" systemd-vconsole-setup.service + systemctl -q --root "$initdir" add-wants "$i" systemd-vconsole-setup.service 2>/dev/null done mkdir -p "$initdir/etc/systemd"