alpine-zdt-images/configs/cloud/aws.conf
Jake Buchholz Göktürk 63a522149d Tiny Cloud / set default NTP server
* switch to tiny-cloud instead of tiny-ec2-bootstrap
* set default NTP server, if configured
* add default /etc/network/interfaces
* add urlopen() timeout to mitigate ipv6 issues connecting to alpinelinux.org
2022-01-30 19:18:09 +00:00

25 lines
484 B
Plaintext

# vim: ts=2 et:
builder = qemu
ntp_server = 169.254.169.123
kernel_modules.ena = true
initfs_features.ena = true
access.PUBLIC = true
regions.ALL = true
WHEN {
aarch64 {
# new AWS aarch64 default...
kernel_modules.gpio_pl061 = true
initfs_features.gpio_pl061 = true
WHEN {
"3.14 3.13 3.12" {
# ...but not supported for older versions
kernel_modules.gpio_pl061 = false
initfs_features.gpio_pl061 = false
}
}
}
}