mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-03 12:11:27 +00:00
- The new -j flag detects ister json config format and converts it to yaml - The existing -c flag also detects ister json config format, converts it to yaml and continues as usual - Handles the ister "rest" option for physical targets - Handles multiple targets Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
13 lines
834 B
JSON
13 lines
834 B
JSON
{
|
|
"DestinationType" : "virtual",
|
|
"PartitionLayout" : [ { "disk" : "installer-val.img", "partition" : 1, "size" : "64M", "type" : "EFI" },
|
|
{ "disk" : "installer-val.img", "partition" : 2, "size" : "8G", "type" : "linux" } ],
|
|
"FilesystemTypes" : [ { "disk" : "installer-val.img", "partition" : 1, "type" : "vfat" },
|
|
{ "disk" : "installer-val.img", "partition" : 2, "type" : "ext4" } ],
|
|
"PartitionMountPoints" : [ { "disk" : "installer-val.img", "partition" : 1, "mount" : "/boot" },
|
|
{ "disk" : "installer-val.img", "partition" : 2, "mount" : "/" } ],
|
|
"Version": "latest",
|
|
"Bundles": ["kernel-native", "os-installer", "os-core-update", "os-core", "os-core-dev", "bootloader"],
|
|
"PostNonChroot": ["./vm-installation-image-post-update-version.py"]
|
|
}
|