From d30c02a46fa18e838e8aad411a6edbe41b671d2c Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 14 Mar 2024 15:59:26 +0100 Subject: [PATCH] coreos.json aktualisiert --- coreos.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/coreos.json b/coreos.json index d34600d..cbcf98c 100644 --- a/coreos.json +++ b/coreos.json @@ -23,6 +23,12 @@ { "device": "/dev/sda", "partitions": [ + { + "label": "root", + "number": 4, + "resize": true, + "sizeMiB": 0 + }, { "label": "swap", "number": 5, @@ -84,6 +90,11 @@ } ], "filesystems": [ + { + "device": "/dev/disk/by-partlabel/root", + "format": "xfs", + "label": "root" + }, { "device": "/dev/disk/by-partlabel/swap", "format": "swap"