help="Build the specified profiles",
parse=config_make_list_parser(delimiter=",", parse=parse_profile),
match=config_make_list_matcher(parse=parse_profile),
- scope=SettingScope.universal,
+ scope=SettingScope.inherit,
compat_names=("Profile",),
),
ConfigSetting(
- `OutputMode=`
- `PackageCacheDirectory=`
- `PackageDirectories=`
-- `Profiles=`
- `ProxyClientCertificate=`
- `ProxyClientKey=`
- `ProxyExclude=`
in the main image config. Currently the following settings are passed
down to subimages but can be overridden:
+- `Profiles=`
- `ImageId=`
- `ImageVersion=`
- `SectorSize=`