From: Daan De Meyer Date: Tue, 21 Jan 2025 14:35:19 +0000 (+0100) Subject: Parse mkosi.profiles in included configuration X-Git-Tag: v25~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc76a6f10bce51bca569ac8819187902c5edd6e8;p=thirdparty%2Fmkosi.git Parse mkosi.profiles in included configuration Fixes #3174 --- diff --git a/mkosi/config.py b/mkosi/config.py index 775d9b565..16c8d922c 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -4121,7 +4121,7 @@ class ParseContext: ) with chdir(path if path.is_dir() else Path.cwd()): - self.parse_config_one(path if path.is_file() else Path(".")) + self.parse_config_one(path if path.is_file() else Path("."), parse_profiles=True) def finalize_value(self, setting: ConfigSetting[T]) -> Optional[T]: # If a value was specified on the CLI, it always takes priority. If the setting is a collection of