mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-02 19:51:30 +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>
25 lines
878 B
JSON
25 lines
878 B
JSON
{
|
|
"DestinationType" : "virtual",
|
|
"PartitionLayout" : [ { "disk" : "aws.img",
|
|
"partition" : 1,
|
|
"size" : "512M",
|
|
"type" : "linux" } ],
|
|
"FilesystemTypes" : [ { "disk" : "aws.img",
|
|
"partition" : 1,
|
|
"type" : "ext4",
|
|
"options" : "-b 4096 -O ^64bit" } ],
|
|
"PartitionMountPoints" : [ { "disk" : "aws.img",
|
|
"partition" : 1,
|
|
"mount" : "/" } ],
|
|
"Version": 20370,
|
|
"Bundles": [
|
|
"kernel-aws",
|
|
"os-cloudguest-aws",
|
|
"os-core",
|
|
"os-core-update",
|
|
"openssh-server"
|
|
],
|
|
"LegacyBios": true,
|
|
"PostNonChroot": ["/home/clrbuilder/projects/clr-release-tools/config/image/aws-disable-root.sh"]
|
|
}
|