From 737768405e3a1ed850cf7dc7fa55031fe71a93b5 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Wed, 29 Jan 2020 17:13:13 +0100 Subject: [PATCH] arch-create-system.json: format update * id's aren't needed * use DiskMembers to define Raid Disks Signed-off-by: Ralf Zerres --- .../arch-create-system.json | 41 +------------------ 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/etc/arch-create-system/arch-create-system.json b/etc/arch-create-system/arch-create-system.json index a626ab6..d772d4a 100644 --- a/etc/arch-create-system/arch-create-system.json +++ b/etc/arch-create-system/arch-create-system.json @@ -1,17 +1,14 @@ { "version": "0.1.0", "Environments": "Config-Environments", - "ConfigIdDefault": "1", "ConfigEnvironment": [ { "_comment": "HyperV single disk", - "ConfigId": "1", "ConfigName": "HyperV-SingleDisk", "ConfigType": "Single", "ConfigEnv": "HyperV", "Disk": [ { - "DiskId": "1", "DiskName": "ArchLinux", "DiskType": "Single", "HostType": "vhdx", @@ -43,13 +40,11 @@ }, { "_comment": "HyperV with three disks", - "ConfigId": "2", "ConfigName": "HyperV-3Disks", "ConfigType": "MultiDisk", "ConfigEnv": "HyperV", "Disk": [ { - "DiskId": "1", "DiskName": "ArchLinux", "DiskType": "Single", "HostType": "vhdx", @@ -78,7 +73,6 @@ ] }, { - "DiskId": "2", "DiskName": "Machines", "DiskType": "Single", "HostType": "vhdx", @@ -101,7 +95,6 @@ ] }, { - "DiskId": "3", "DiskName": "Data", "DiskType": "Single", "HostType": "vhdx", @@ -127,15 +120,14 @@ }, { "_comment": "Linux-Native OS=Raid1, Machines=Single, Data=Single", - "ConfigId": "3", "ConfigName": "Native-MultiDisks", "ConfigType": "MultiDisk", "ConfigEnv": "Native", "Disk": [ { - "DiskId": "1", "DiskName": "ArchLinux", "DiskType": "Raid1", + "DiskMembers": "2", "HostType": "native", "DiskAttributes": [ { @@ -162,36 +154,6 @@ ] }, { - "DiskId": "2", - "DiskName": "ArchLinux", - "DiskType": "Raid1", - "HostType": "native", - "DiskAttributes": [ - { - "TYPE": "btrfs", - "LABEL": "OS", - "UUID": "3343a5f-7ab2-409d-9bf2-878507c48601", - "MOUNT": "/", - "Partitions": [ - { - "PartName": "EFI System", - "PartId": "1", - "PartType": "EF00", - "Start": "2048", - "Size": "512M" - }, - { - "PartName": "Linux filesystem", - "PartId": "2", - "PartType": "8300", - "Size": "max" - } - ] - } - ] - }, - { - "DiskId": "3", "DiskName": "Machines", "DiskType": "Single", "HostType": "native", @@ -214,7 +176,6 @@ ] }, { - "DiskId": "4", "DiskName": "Data", "DiskType": "Single", "HostType": "native",