coreos.json aktualisiert

This commit is contained in:
2024-03-12 20:18:55 +01:00
parent cc14b7625e
commit 0b8d21dd79
+6 -14
View File
@@ -22,23 +22,15 @@
"storage": { "storage": {
"disks": [ "disks": [
{ {
"device": "/dev/sda1", "device": "/dev/sda",
"partitions": [
{
"label": "data",
"sizeMiB": 0,
"startMiB": 0
}
],
"wipeTable": true
},
{
"device": "/dev/sda2",
"partitions": [ "partitions": [
{ {
"label": "swap", "label": "swap",
"sizeMiB": 8000, "sizeMiB": 8000
"startMiB": 0 },
{
"label": "data",
"sizeMiB": 0
} }
], ],
"wipeTable": true "wipeTable": true