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] [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

View File

@ -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": {