adding install vm butane config

This commit is contained in:
Philippe Caseiro 2022-12-02 11:44:26 +01:00
parent 3331d82d1a
commit d2929a2514
2 changed files with 0 additions and 31 deletions

View File

@ -25,17 +25,6 @@ systemd:
[Install]
WantedBy=multi-user.target
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:
- path: /opt/ignition.json
mode: 0700

View File

@ -18,17 +18,6 @@
]
},
"storage": {
"disks": [
{
"device": "/dev/vda",
"partitions": [
{
"label": "ROOT"
}
],
"wipeTable": true
}
],
"files": [
{
"path": "/opt/ignition.json",
@ -37,15 +26,6 @@
},
"mode": 448
}
],
"filesystems": [
{
"device": "/dev/disk/by-partlabel/ROOT",
"format": "btrfs",
"label": "ROOT",
"path": "/",
"wipeFilesystem": true
}
]
},
"systemd": {