scripts/mkimg.base.sh: add openntpd to base

fixes #10080
This commit is contained in:
Alex Xu (Hello71) 2021-08-09 18:52:28 -04:00 committed by Natanael Copa
parent 3fa626dd80
commit c9a8a1897a

View File

@ -320,7 +320,7 @@ profile_base() {
case "$ARCH" in
x86*) grub_mod="$grub_mod multiboot2 efi_uga";;
esac
apks="alpine-base busybox kbd-bkeymaps chrony dhcpcd e2fsprogs haveged network-extras openssl openssh tzdata wget"
apks="alpine-base busybox kbd-bkeymaps chrony dhcpcd e2fsprogs haveged network-extras openntpd openssl openssh tzdata wget"
apkovl=
hostname="alpine"
}