coreos.json aktualisiert
This commit is contained in:
+13
-3
@@ -23,13 +23,18 @@
|
|||||||
{
|
{
|
||||||
"device": "/dev/sda",
|
"device": "/dev/sda",
|
||||||
"partitions": [
|
"partitions": [
|
||||||
|
{
|
||||||
|
"label": "root",
|
||||||
|
"number": 4,
|
||||||
|
"resize": true,
|
||||||
|
"sizeMiB": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "swap",
|
"label": "swap",
|
||||||
"number": 1,
|
|
||||||
"sizeMiB": 8192
|
"sizeMiB": 8192
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"wipeTable": true
|
"wipeTable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
@@ -85,7 +90,12 @@
|
|||||||
"filesystems": [
|
"filesystems": [
|
||||||
{
|
{
|
||||||
"device": "/dev/disk/by-partlabel/swap",
|
"device": "/dev/disk/by-partlabel/swap",
|
||||||
"format": "swap",
|
"format": "swap"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"device": "/dev/disk/by-partlabel/root",
|
||||||
|
"format": "xfs",
|
||||||
|
"label": "root",
|
||||||
"wipeFilesystem": true
|
"wipeFilesystem": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user