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