mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-03 20:21: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>
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"DestinationType" : "virtual",
|
|
"PartitionLayout" : [ { "disk" : "azure-docker.img",
|
|
"partition" : 1,
|
|
"size" : "20G",
|
|
"type" : "linux" } ],
|
|
"FilesystemTypes" : [ { "disk" : "azure-docker.img",
|
|
"partition" : 1,
|
|
"type" : "ext4",
|
|
"options" : "-O ^64bit" } ],
|
|
"PartitionMountPoints" : [ { "disk" : "azure-docker.img",
|
|
"partition" : 1,
|
|
"mount" : "/" } ],
|
|
"Version": 7777,
|
|
"Bundles": ["cloud-native-basic",
|
|
"containers-basic",
|
|
"containers-virt",
|
|
"editors",
|
|
"kernel-hyperv",
|
|
"network-basic",
|
|
"os-core",
|
|
"os-core-update",
|
|
"openssh-server",
|
|
"os-cloudguest-azure",
|
|
"storage-utils",
|
|
"sysadmin-basic"],
|
|
"LegacyBios": true
|
|
}
|