coreos.json aktualisiert

This commit is contained in:
2024-03-14 07:44:45 +01:00
parent 83fc724aad
commit 8d4ea3c1fa
+13 -3
View File
@@ -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
}
]