mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
scripts/mkimg.base.sh: add dhcpcd to base
needed for ipv6-only installs fixes #10237
This commit is contained in:
parent
1eb2645d0c
commit
4c0b1f14c3
@ -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