1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 12:15:22 +03:00

scripts/mkimg.base.sh: include doas in base

Without doas (due to missing or broken apk cache) you may have serious
problems. Included it in the isos.
This commit is contained in:
Natanael Copa 2022-11-18 15:12:23 +01:00
parent 950d1db748
commit dc0db48c5a

View file

@ -322,7 +322,9 @@ 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 openntpd openssl openssh tzdata wget"
apks="alpine-base busybox chrony dhcpcd doas e2fsprogs haveged
kbd-bkeymap snetwork-extras openntpd openssl openssh
tzdata wget"
apkovl=
hostname="alpine"
}