mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-27 19:05:48 +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>
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"DestinationType" : "virtual",
|
|
"PartitionLayout" : [ { "disk" : "provision.img",
|
|
"partition" : 1,
|
|
"size" : "64M",
|
|
"type" : "EFI" },
|
|
{ "disk" : "provision.img",
|
|
"partition" : 2,
|
|
"size" : "1750M",
|
|
"type" : "linux" } ],
|
|
"FilesystemTypes" : [ { "disk" : "provision.img",
|
|
"partition" : 1,
|
|
"type" : "vfat" },
|
|
{ "disk" : "provision.img",
|
|
"partition" : 2,
|
|
"type" : "ext4" } ],
|
|
"PartitionMountPoints" : [ { "disk" : "provision.img",
|
|
"partition" : 1,
|
|
"mount" : "/boot" },
|
|
{ "disk" : "provision.img",
|
|
"partition" : 2,
|
|
"mount" : "/" } ],
|
|
"Version": 7777,
|
|
"Bundles": ["kernel-native",
|
|
"os-installer",
|
|
"os-core-update",
|
|
"os-core",
|
|
"openssh-server",
|
|
"bootloader"],
|
|
"PostNonChroot": ["/home/clrbuilder/projects/clr-release-tools/config/image/provision-image-post-update-version.py"]
|
|
}
|