alpine-zdt-images/configs/cloud/aws.conf

23 lines
453 B
Plaintext
Raw Normal View History

# vim: ts=2 et:
2021-11-28 23:04:28 +00:00
builder = qemu
2021-11-28 23:04:28 +00:00
kernel_modules.ena = true
initfs_features.ena = true
access.PUBLIC = true
regions.ALL = true
WHEN {
aarch64 {
2021-11-28 23:04:28 +00:00
# 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
}
}
}
2021-11-28 23:04:28 +00:00
}