diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-03-05 12:18:40 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-03-05 12:18:40 +0100 |
commit | 193fa9d7fe383801bf3ff53e5ee5a2c52107270f (patch) | |
tree | f600fa792c9cfb82db4ec0e3d9d4c882b0aa8392 /mkosi.images/system | |
parent | Revert "mkosi: Disable cmdline addon test for now" (diff) | |
download | systemd-193fa9d7fe383801bf3ff53e5ee5a2c52107270f.tar.xz systemd-193fa9d7fe383801bf3ff53e5ee5a2c52107270f.zip |
Revert "mkosi: Don't fail on systemd-vconsole-setup.service failure for now"
This doesn't seem to fail anymore.
This reverts commit 84c7929cd461f6f1cc2c44c69877b9fd0676c794.
Diffstat (limited to 'mkosi.images/system')
-rwxr-xr-x | mkosi.images/system/mkosi.extra/usr/lib/systemd/mkosi-check-and-shutdown.sh | 3 |
1 files changed, 0 insertions, 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 07caa6817e..e0fcf30498 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. |