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

scripts/mkimg.base.sh: replace libressl with openssl

ref #10042
parent cf27e69e
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ profile_base() {
case "$ARCH" in
x86*) grub_mod="$grub_mod multiboot2 efi_uga";;
esac
apks="alpine-base alpine-mirrors busybox kbd-bkeymaps chrony e2fsprogs network-extras libressl openssh tzdata"
apks="alpine-base alpine-mirrors busybox kbd-bkeymaps chrony e2fsprogs network-extras openssl openssh tzdata"
apkovl=
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