]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "mkosi: Don't fail on systemd-vconsole-setup.service failure for now"
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 5 Mar 2024 11:18:40 +0000 (12:18 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 5 Mar 2024 11:18:40 +0000 (12:18 +0100)
This doesn't seem to fail anymore.

This reverts commit 84c7929cd461f6f1cc2c44c69877b9fd0676c794.

mkosi.images/system/mkosi.extra/usr/lib/systemd/mkosi-check-and-shutdown.sh

index 07caa6817e19159e133190f9ab3cd1c17d958904..e0fcf304988dc4f9a620051e3bb0216f17048902 100755 (executable)
@@ -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.