Files
Reagan Lopez f61d7092ab Add support for ister json config
- 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>
2019-03-05 13:55:44 -08:00

35 lines
1.3 KiB
JSON

{
"DestinationType" : "virtual",
"PartitionLayout" : [ { "disk" : "live.img",
"partition" : 1,
"size" : "64M",
"type" : "EFI" },
{ "disk" : "live.img",
"partition" : 2,
"size" : "5G",
"type" : "linux" } ],
"FilesystemTypes" : [ { "disk" : "live.img",
"partition" : 1,
"type" : "vfat" },
{ "disk" : "live.img",
"partition" : 2,
"type" : "ext4" } ],
"PartitionMountPoints" : [ { "disk" : "live.img",
"partition" : 1,
"mount" : "/boot" },
{ "disk" : "live.img",
"partition" : 2,
"mount" : "/" } ],
"Version": 7777,
"Bundles": ["bootloader",
"editors",
"kernel-native",
"network-basic",
"os-core-update",
"os-core",
"openssh-server",
"sysadmin-basic"],
"PostNonChroot": ["/home/clrbuilder/projects/clr-release-tools/config/image/live-image-post-update-version.py"]
}