Skip to content
Snippets Groups Projects
Commit 9f3a46d8 authored by Henrik Riomar's avatar Henrik Riomar Committed by Natanael Copa
Browse files

scripts/mkimg.base.sh: add haveged

parent 5ae24630
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ profile_base() { ...@@ -297,7 +297,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 alpine-mirrors busybox kbd-bkeymaps chrony e2fsprogs network-extras openssl openssh tzdata" apks="alpine-base alpine-mirrors busybox kbd-bkeymaps chrony 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