Files
arch-create-system/arch-create-vm.json
Ralf Zerres aae2fef40e arch-create-system.json: Config file
* initial version

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-01-26 21:57:35 +01:00

109 lines
2.0 KiB
JSON

{
"version": "0.1.0",
"Environments": "Config-Environments",
"ConfigEnvironment": [
{
"_comment": "Config Environment 1",
"Name": "Single Disk",
"Disk-Type": "vhdx",
"Disk": [
{
"DiskId": "ArchLinux",
"DiskAttributes": [
{
"TYPE": "btrfs",
"LABEL": "OS",
"UUID": "3343a5f-7ab2-409d-9bf2-878507c48644",
"Partitions": [
{
"PartName": "EFI System",
"PartId": "1",
"PartType": "EF00",
"Start": "2048",
"Size": "512M"
},
{
"PartName": "Linux filesystem",
"PartId": "2",
"PartType": "8300",
"Size": "max"
}
]
}
]
}
]
},
{
"_comment": "Config Environment 2",
"Name": "Multi Disk",
"Disk-Type": "vhdx",
"Disk": [
{
"DiskId": "ArchLinux",
"DiskAttributes": [
{
"TYPE": "btrfs",
"LABEL": "OS",
"UUID": "3343a5f-7ab2-409d-9bf2-878507c48601",
"Partitions": [
{
"PartName": "EFI System",
"PartId": "1",
"PartType": "EF00",
"Start": "2048",
"Size": "512M"
},
{
"PartName": "Linux filesystem",
"PartId": "2",
"PartType": "8300",
"Size": "max"
}
]
}
]
},
{
"DiskId": "Machines",
"DiskAttributes": [
{
"TYPE": "btrfs",
"LABEL": "OS",
"UUID": "3343a5f-7ab2-409d-9bf2-878507c48602",
"Partitions": [
{
"PartName": "Linux filesystem",
"PartId": "1",
"PartType": "8300",
"Start": "2048",
"Size": "max"
}
]
}
]
},
{
"DiskId": "Data",
"DiskAttributes": [
{
"TYPE": "btrfs",
"LABEL": "OS",
"UUID": "3343a5f-7ab2-409d-9bf2-878507c48602",
"Partitions": [
{
"PartName": "Linux filesystem",
"PartId": "1",
"gPartType": "8300",
"Start": "2048",
"Size": "max"
}
]
}
]
}
]
}
]
}