From: Daan De Meyer Date: Sun, 30 Apr 2023 20:39:16 +0000 (+0200) Subject: Allow specifying --bootable without an argument X-Git-Tag: v15~188^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b66c962200f7b3d083568613659edb41fa6e50;p=thirdparty%2Fmkosi.git Allow specifying --bootable without an argument --- diff --git a/mkosi/config.py b/mkosi/config.py index 5bafdacfd..939c365a7 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -1432,6 +1432,7 @@ class MkosiConfigParser: "--bootable", metavar="FEATURE", help="Generate ESP partition with systemd-boot and UKIs for installed kernels", + nargs="?", action=action, ) group.add_argument("--password", help="Set the root password", action=action)