coreos.json aktualisiert
This commit is contained in:
+6
-14
@@ -22,23 +22,15 @@
|
||||
"storage": {
|
||||
"disks": [
|
||||
{
|
||||
"device": "/dev/sda1",
|
||||
"partitions": [
|
||||
{
|
||||
"label": "data",
|
||||
"sizeMiB": 0,
|
||||
"startMiB": 0
|
||||
}
|
||||
],
|
||||
"wipeTable": true
|
||||
},
|
||||
{
|
||||
"device": "/dev/sda2",
|
||||
"device": "/dev/sda",
|
||||
"partitions": [
|
||||
{
|
||||
"label": "swap",
|
||||
"sizeMiB": 8000,
|
||||
"startMiB": 0
|
||||
"sizeMiB": 8000
|
||||
},
|
||||
{
|
||||
"label": "data",
|
||||
"sizeMiB": 0
|
||||
}
|
||||
],
|
||||
"wipeTable": true
|
||||
|
||||
Reference in New Issue
Block a user