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:
parent
950d1db748
commit
dc0db48c5a
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue