From: Frantisek Sumsal Date: Tue, 5 Mar 2024 11:18:40 +0000 (+0100) Subject: Revert "mkosi: Don't fail on systemd-vconsole-setup.service failure for now" X-Git-Tag: v256-rc1~639^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193fa9d7fe383801bf3ff53e5ee5a2c52107270f;p=thirdparty%2Fsystemd.git Revert "mkosi: Don't fail on systemd-vconsole-setup.service failure for now" This doesn't seem to fail anymore. This reverts commit 84c7929cd461f6f1cc2c44c69877b9fd0676c794. --- diff --git a/mkosi.images/system/mkosi.extra/usr/lib/systemd/mkosi-check-and-shutdown.sh b/mkosi.images/system/mkosi.extra/usr/lib/systemd/mkosi-check-and-shutdown.sh index 07caa6817e1..e0fcf304988 100755 --- a/mkosi.images/system/mkosi.extra/usr/lib/systemd/mkosi-check-and-shutdown.sh +++ b/mkosi.images/system/mkosi.extra/usr/lib/systemd/mkosi-check-and-shutdown.sh @@ -1,9 +1,6 @@ #!/bin/bash -eux # SPDX-License-Identifier: LGPL-2.1-or-later -# TODO: Figure out why this is failing -systemctl reset-failed systemd-vconsole-setup.service - systemctl --failed --no-legend | tee /failed-services # Check that secure boot keys were properly enrolled.