From 8d4ea3c1fae795eb7e27c72811a9d375780317b6 Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 14 Mar 2024 07:44:45 +0100 Subject: [PATCH] coreos.json aktualisiert --- coreos.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/coreos.json b/coreos.json index 5972193..8022a88 100644 --- a/coreos.json +++ b/coreos.json @@ -23,13 +23,18 @@ { "device": "/dev/sda", "partitions": [ + { + "label": "root", + "number": 4, + "resize": true, + "sizeMiB": 0 + }, { "label": "swap", - "number": 1, "sizeMiB": 8192 } ], - "wipeTable": true + "wipeTable": false } ], "files": [ @@ -85,7 +90,12 @@ "filesystems": [ { "device": "/dev/disk/by-partlabel/swap", - "format": "swap", + "format": "swap" + }, + { + "device": "/dev/disk/by-partlabel/root", + "format": "xfs", + "label": "root", "wipeFilesystem": true } ]