adding install vm butane config
This commit is contained in:
parent
3331d82d1a
commit
d2929a2514
|
@ -25,17 +25,6 @@ systemd:
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
storage:
|
storage:
|
||||||
disks:
|
|
||||||
- device: /dev/vda
|
|
||||||
wipe_table: true
|
|
||||||
partitions:
|
|
||||||
- label: ROOT
|
|
||||||
filesystems:
|
|
||||||
- path: /
|
|
||||||
device: /dev/disk/by-partlabel/ROOT
|
|
||||||
format: btrfs
|
|
||||||
wipe_filesystem: true
|
|
||||||
label: ROOT
|
|
||||||
files:
|
files:
|
||||||
- path: /opt/ignition.json
|
- path: /opt/ignition.json
|
||||||
mode: 0700
|
mode: 0700
|
||||||
|
|
|
@ -18,17 +18,6 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"storage": {
|
"storage": {
|
||||||
"disks": [
|
|
||||||
{
|
|
||||||
"device": "/dev/vda",
|
|
||||||
"partitions": [
|
|
||||||
{
|
|
||||||
"label": "ROOT"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"wipeTable": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"path": "/opt/ignition.json",
|
"path": "/opt/ignition.json",
|
||||||
|
@ -37,15 +26,6 @@
|
||||||
},
|
},
|
||||||
"mode": 448
|
"mode": 448
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"filesystems": [
|
|
||||||
{
|
|
||||||
"device": "/dev/disk/by-partlabel/ROOT",
|
|
||||||
"format": "btrfs",
|
|
||||||
"label": "ROOT",
|
|
||||||
"path": "/",
|
|
||||||
"wipeFilesystem": true
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"systemd": {
|
"systemd": {
|
||||||
|
|
Loading…
Reference in New Issue