adding install vm butane config
This commit is contained in:
parent
3331d82d1a
commit
d2929a2514
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue