alpine-zdt-images/configs/version/base/2.conf
Jake Buchholz Göktürk e01e56bfa3 alpine-cloud-images, part one
This is the first MR to replace !125, and contains everything except the new python stuff -- which is part two.
2021-11-07 12:37:56 -08:00

12 lines
217 B
Plaintext

# vim: ts=2 et:
include required("1.conf")
packages {
# drop old alpine-mirrors
alpine-mirrors = null
# use iproute2-minimal instead of full iproute2
iproute2 = null
iproute2-minimal = true
}