Skip to content
Snippets Groups Projects
Commit dc0db48c authored by Natanael Copa's avatar Natanael Copa
Browse files

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.
parent 950d1db7
No related branches found
No related tags found
No related merge requests found
...@@ -322,7 +322,9 @@ profile_base() { ...@@ -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"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment