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

40 lines
651 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: "aws", file: "aws.img"}
]
targetMedia:
- name: ${aws}
size: "512M"
type: disk
children:
- name: ${aws}1
fstype: ext4
mountpoint: /
options: -b 4096 -O ^64bit
size: "512M"
type: part
bundles: [
openssh-server,
os-cloudguest-aws,
os-core,
os-core-update,
]
postArchive: false
postReboot: false
telemetry: false
legacyBios: true
keyboard: us
language: en_US.UTF-8
kernel: kernel-aws
post-install: [
{cmd: "scripts/aws-disable-root.sh ${chrootDir}"}
]