]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Make MakeScriptsExecutable= a multiversal setting
authorDaan De Meyer <daan@amutable.com>
Sat, 14 Feb 2026 21:47:36 +0000 (22:47 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 15 Feb 2026 12:47:59 +0000 (13:47 +0100)
mkosi/config.py
mkosi/resources/man/mkosi.1.md

index daf3e2c6eaaaaa35f4ff8b0f9490fcd63fc26bff..f10f64d213b41c286a933983dd2d1fd22076454d 100644 (file)
@@ -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(
index 6db0f08e64dddd501c4137f5edfbcac52018b934..1b45887e08f757fc266756982c4202a183942435 100644 (file)
@@ -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