08103edbbe
Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com> |
||
---|---|---|
.. | ||
README.md | ||
boottype.go | ||
boottype_test.go | ||
config.go | ||
config_test.go | ||
disk.go | ||
disk_test.go | ||
fileconfig.go | ||
fileconfig_test.go | ||
filepermissions.go | ||
filepermissions_test.go | ||
filesystemtype.go | ||
idtype.go | ||
idtype_test.go | ||
kernelcommandline.go | ||
module.go | ||
mountidentifier.go | ||
packagelist.go | ||
partition.go | ||
partition_test.go | ||
partitionflag.go | ||
partitionsetting.go | ||
partitionsetting_test.go | ||
partitiontabletype.go | ||
script.go | ||
service.go | ||
systemconfig.go | ||
systemconfig_test.go | ||
user.go | ||
utils.go | ||
utils_test.go | ||
verity.go | ||
verity_partition.go |
README.md
Mariner Image Customizer API
The Mariner image customizer (imgcustomizer) will be released as a standalone tool and will provide strong backwards compatibility guarantees (after the first official release). This is contrast to the Mariner toolkit's new image config, which isn't officially released and doesn't provide any backwards compatibility guarantees.
While currently the new image config and imgcustomizer config are very similar, in the future there is the possibility they will diverge.
Known differences
- For the new image config,
AdditionalFiles
' source files are relative to the working directory. Whereas, for imgcustomizer, the source files are relative to the config file.