mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-27 10:55:53 +00:00
f61d7092ab
- 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>
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"DestinationType" : "virtual",
|
|
"PartitionLayout" : [ { "disk" : "cloud.img",
|
|
"partition" : 1,
|
|
"size" : "64M",
|
|
"type" : "EFI" },
|
|
{ "disk" : "cloud.img",
|
|
"partition" : 2,
|
|
"size" : "800M",
|
|
"type" : "linux" } ],
|
|
"FilesystemTypes" : [ { "disk" : "cloud.img",
|
|
"partition" : 1,
|
|
"type" : "vfat" },
|
|
{ "disk" : "cloud.img",
|
|
"partition" : 2,
|
|
"type" : "ext4" } ],
|
|
"PartitionMountPoints" : [ { "disk" : "cloud.img",
|
|
"partition" : 1,
|
|
"mount" : "/boot" },
|
|
{ "disk" : "cloud.img",
|
|
"partition" : 2,
|
|
"mount" : "/" } ],
|
|
"Version": 7777,
|
|
"Bundles": ["kernel-kvm",
|
|
"os-core",
|
|
"os-core-update",
|
|
"os-cloudguest",
|
|
"openssh-server",
|
|
"bootloader"]
|
|
}
|