mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-28 03:27:37 +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>
14 lines
856 B
JSON
14 lines
856 B
JSON
{
|
|
"DestinationType" : "virtual",
|
|
"PartitionLayout" : [ { "disk" : "release.img", "partition" : 1, "size" : "32M", "type" : "EFI" },
|
|
{ "disk" : "release.img", "partition" : 2, "size" : "16M", "type" : "swap" },
|
|
{ "disk" : "release.img", "partition" : 3, "size" : "10G", "type" : "linux" } ],
|
|
"FilesystemTypes" : [ { "disk" : "release.img", "partition" : 1, "type" : "vfat" },
|
|
{ "disk" : "release.img", "partition" : 2, "type" : "swap" },
|
|
{ "disk" : "release.img", "partition" : 3, "type" : "ext4" } ],
|
|
"PartitionMountPoints" : [ { "disk" : "release.img", "partition" : 1, "mount" : "/boot" },
|
|
{ "disk" : "release.img", "partition" : 3, "mount" : "/" } ],
|
|
"Version": "latest",
|
|
"Bundles": ["os-core", "os-core-update"]
|
|
}
|