From: Daan De Meyer Date: Sat, 14 Feb 2026 21:47:36 +0000 (+0100) Subject: Make MakeScriptsExecutable= a multiversal setting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427970d8fd336b7eccbb75ef3780f4f47b32ef54;p=thirdparty%2Fmkosi.git Make MakeScriptsExecutable= a multiversal setting --- diff --git a/mkosi/config.py b/mkosi/config.py index daf3e2c6e..f10f64d21 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -4051,6 +4051,7 @@ SETTINGS: list[ConfigSetting[Any]] = [ parse=config_parse_boolean, default=False, help="Whether mkosi will try to make build/postinst/finalize scripts executable if they are not", + scope=SettingScope.multiversal, ), # Runtime section ConfigSetting( diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 6db0f08e6..1b45887e0 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -3073,6 +3073,7 @@ image: - `ProxyExclude=` - `ProxyPeerCertificate=` - `ProxyUrl=` +- `MakeScriptsExecutable=` Several "universal" settings apply to the main image and all its subimages and cannot be configured separately in subimages. The