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

42 lines
685 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: "cloud-docker.img"}
]
targetMedia:
- name: ${bdevice}
size: "2.07G"
type: disk
children:
- name: ${bdevice}1
fstype: vfat
mountpoint: /boot
size: "64M"
type: part
- name: ${bdevice}2
fstype: ext4
mountpoint: /
size: "2G"
type: part
bundles: [
bootloader,
containers-basic,
openssh-server,
os-cloudguest,
os-core,
os-core-update,
]
autoUpdate: false
postArchive: false
postReboot: false
telemetry: false
keyboard: us
language: en_US.UTF-8
kernel: kernel-kvm