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

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

needed for ipv6-only installs

fixes #10237
parent 7d4f7783
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ profile_base() { ...@@ -316,7 +316,7 @@ 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 e2fsprogs haveged network-extras openssl openssh tzdata" apks="alpine-base busybox kbd-bkeymaps chrony dhcpcd e2fsprogs haveged network-extras openssl openssh tzdata"
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