diff --git a/coreos.json b/coreos.json index 8022a88..d232247 100644 --- a/coreos.json +++ b/coreos.json @@ -19,24 +19,6 @@ ] }, "storage": { - "disks": [ - { - "device": "/dev/sda", - "partitions": [ - { - "label": "root", - "number": 4, - "resize": true, - "sizeMiB": 0 - }, - { - "label": "swap", - "sizeMiB": 8192 - } - ], - "wipeTable": false - } - ], "files": [ { "path": "/etc/hostname", @@ -86,27 +68,10 @@ "source": "data:;base64,W3VwZGF0ZXNdCnN0cmF0ZWd5PSJwZXJpb2RpYyIKW1t1cGRhdGVzLnBlcmlvZGljLndpbmRvd11dCmRheXM9WyAiU2F0IiwgIlN1biIgXQpzdGFydF90aW1lPSIyMjozMCIKbGVuZ3RoX21pbnV0ZXM9NjAK" } } - ], - "filesystems": [ - { - "device": "/dev/disk/by-partlabel/swap", - "format": "swap" - }, - { - "device": "/dev/disk/by-partlabel/root", - "format": "xfs", - "label": "root", - "wipeFilesystem": true - } ] }, "systemd": { "units": [ - { - "contents": "# Generated by Butane\n[Swap]\nWhat=/dev/disk/by-partlabel/swap\n\n[Install]\nRequiredBy=swap.target", - "enabled": true, - "name": "dev-disk-by\\x2dpartlabel-swap.swap" - }, { "dropins": [ {