alpine-zdt-images/alpine-cloud-images/configs/cloud/aws.conf
Stefan Reimer 9ccfc0cdaa Add 'alpine-cloud-images/' from commit '99474a8a6ab7a22e90f5f73d7cfb706cab51ace0'
git-subtree-dir: alpine-cloud-images
git-subtree-mainline: 043116c92a
git-subtree-split: 99474a8a6a
2022-03-11 18:31:44 +01:00

34 lines
591 B
Plaintext

# vim: ts=2 et:
builder = qemu
ntp_server = 169.254.169.123
kernel_modules {
ena = true
nvme = true
}
kernel_options {
"nvme_core.io_timeout=4294967295" = true
}
initfs_features {
ena = true
nvme = 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
}
}
}
}