mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
scripts/mkimg.base.sh: add dhcpcd to base
needed for ipv6-only installs fixes #10237
This commit is contained in:
parent
7d4f77837c
commit
c8a5f008e0
@ -316,7 +316,7 @@ profile_base() {
|
||||
case "$ARCH" in
|
||||
x86*) grub_mod="$grub_mod multiboot2 efi_uga";;
|
||||
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=
|
||||
hostname="alpine"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user