From: Daan De Meyer Date: Mon, 22 Jan 2024 19:50:28 +0000 (+0100) Subject: Don't require a build for journalctl and coredumctl X-Git-Tag: v21~96^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09d23cc9cf56501a1dae8550abc6d2f57457566;p=thirdparty%2Fmkosi.git Don't require a build for journalctl and coredumctl These only make sense after we've booted the image, so requiring a build is kind of backwards. --- diff --git a/mkosi/config.py b/mkosi/config.py index 603e0a881..f08fa81d5 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -90,8 +90,6 @@ class Verb(StrEnum): Verb.boot, Verb.qemu, Verb.serve, - Verb.journalctl, - Verb.coredumpctl, Verb.burn, )