mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02: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:
parent
950d1db748
commit
dc0db48c5a
@ -322,7 +322,9 @@ profile_base() {
|
|||||||
case "$ARCH" in
|
case "$ARCH" in
|
||||||
x86*) grub_mod="$grub_mod multiboot2 efi_uga";;
|
x86*) grub_mod="$grub_mod multiboot2 efi_uga";;
|
||||||
esac
|
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=
|
apkovl=
|
||||||
hostname="alpine"
|
hostname="alpine"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user