Files
clr-installer/scripts/containers.yaml
T
Alexander Koskovich d3cdbc25a1 Typo in YAML scripts
Also capitalize/end with period.
2020-02-12 18:55:13 -08:00

35 lines
558 B
YAML

# clear-linux-config
# Switch between aliases if you want to install to an actual block device.
# i.e /dev/sda
block-devices: [
{name: "bdevice", file: "containers.img"}
]
targetMedia:
- name: ${bdevice}
size: "864M"
type: disk
children:
- name: ${bdevice}1
fstype: ext4
options: -b 4096
mountpoint: /
size: "224M"
type: part
bundles: [
os-core,
os-clear-containers,
]
autoUpdate: false
postArchive: false
postReboot: false
telemetry: false
legacyBios: true
keyboard: us
language: en_US.UTF-8
kernel: kernel-kvm