coreos.json aktualisiert
This commit is contained in:
+11
@@ -23,6 +23,12 @@
|
||||
{
|
||||
"device": "/dev/sda",
|
||||
"partitions": [
|
||||
{
|
||||
"label": "root",
|
||||
"number": 4,
|
||||
"resize": true,
|
||||
"sizeMiB": 0
|
||||
},
|
||||
{
|
||||
"label": "swap",
|
||||
"number": 5,
|
||||
@@ -84,6 +90,11 @@
|
||||
}
|
||||
],
|
||||
"filesystems": [
|
||||
{
|
||||
"device": "/dev/disk/by-partlabel/root",
|
||||
"format": "xfs",
|
||||
"label": "root"
|
||||
},
|
||||
{
|
||||
"device": "/dev/disk/by-partlabel/swap",
|
||||
"format": "swap"
|
||||
|
||||
Reference in New Issue
Block a user