From 9b5ec4899f3190ac2d568a275002b782b0549501 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 8 Feb 2019 17:37:27 +0000 Subject: init: use openssl instead of libressl --- initramfs-init.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs-init.in') diff --git a/initramfs-init.in b/initramfs-init.in index 62b041d..e51db99 100755 --- a/initramfs-init.in +++ b/initramfs-init.in @@ -41,7 +41,7 @@ unpack_apkovl() { fi # we need openssl. let apk handle deps - apk add --quiet --initdb --repositories-file $repofile libressl || return 1 + apk add --quiet --initdb --repositories-file $repofile openssl || return 1 if ! openssl list-cipher-commands | grep "^$suffix$" > /dev/null; then errstr="Cipher $suffix is not supported" @@ -688,7 +688,7 @@ fi if [ -f /var/cache/misc/*modloop*.SIGN.RSA.*.pub ]; then mkdir -p "$sysroot"/var/cache/misc cp /var/cache/misc/*modloop*.SIGN.RSA.*.pub "$sysroot"/var/cache/misc - pkgs="$pkgs libressl" + pkgs="$pkgs openssl" fi apkflags="--initramfs-diskless-boot --progress" -- cgit v1.2.3