coreos.json aktualisiert

This commit is contained in:
2024-03-14 15:59:26 +01:00
parent b825d96a2e
commit d30c02a46f
+11
View File
@@ -23,6 +23,12 @@
{ {
"device": "/dev/sda", "device": "/dev/sda",
"partitions": [ "partitions": [
{
"label": "root",
"number": 4,
"resize": true,
"sizeMiB": 0
},
{ {
"label": "swap", "label": "swap",
"number": 5, "number": 5,
@@ -84,6 +90,11 @@
} }
], ],
"filesystems": [ "filesystems": [
{
"device": "/dev/disk/by-partlabel/root",
"format": "xfs",
"label": "root"
},
{ {
"device": "/dev/disk/by-partlabel/swap", "device": "/dev/disk/by-partlabel/swap",
"format": "swap" "format": "swap"