]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Allow specifying --bootable without an argument
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 30 Apr 2023 20:39:16 +0000 (22:39 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 1 May 2023 07:45:35 +0000 (09:45 +0200)
mkosi/config.py

index 5bafdacfde67c8eee0c8fd072f55eb682009acc9..939c365a72283442be9e176b4d6aa023f2d77073 100644 (file)
@@ -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)