From 193fa9d7fe383801bf3ff53e5ee5a2c52107270f Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 5 Mar 2024 12:18:40 +0100 Subject: [PATCH] Revert "mkosi: Don't fail on systemd-vconsole-setup.service failure for now" This doesn't seem to fail anymore. This reverts commit 84c7929cd461f6f1cc2c44c69877b9fd0676c794. --- .../mkosi.extra/usr/lib/systemd/mkosi-check-and-shutdown.sh | 3 --- 1 file changed, 3 deletions(-) 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.