Skip to content

Commit

Permalink
config: add mkosi-addon
Browse files Browse the repository at this point in the history
Otherwise it fails:

$ mkosi --include=mkosi-addon
‣ mkosi-addon does not exist
  • Loading branch information
bluca committed Jan 29, 2025
1 parent 81f1dac commit 3af12be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
ConfigMatchCallback = Callable[[str, T], bool]
ConfigDefaultCallback = Callable[[argparse.Namespace], T]

BUILTIN_CONFIGS = ("mkosi-tools", "mkosi-initrd", "mkosi-vm")
BUILTIN_CONFIGS = ("mkosi-tools", "mkosi-initrd", "mkosi-vm", "mkosi-addon")


class Verb(StrEnum):
Expand Down

0 comments on commit 3af12be

Please sign in to comment.