home: hub: mkinitfs

Download patch

ref: c3c4721f2e9c00ae8dd8d1f7bb4061873c1e915a
parent: 1425940e8220609bafce2eecde3e679cf48d4647
author: Natanael Copa <ncopa@alpinelinux.org>
date: Wed Jan 25 02:57:24 CST 2017

init: pull in libressl instead of openssl for encrypted apkovl

ref #6689

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -55,7 +55,7 @@
 	fi
 
 	# we need openssl. let apk handle deps
-	apk add --quiet --initdb --repositories-file $repofile openssl || return 1
+	apk add --quiet --initdb --repositories-file $repofile libressl || return 1
 
 	if ! openssl list-cipher-commands | grep "^$suffix$" > /dev/null; then
 		errstr="Cipher $suffix is not supported"