Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
mkinitfs
Commits
9b5ec489
Commit
9b5ec489
authored
Feb 08, 2019
by
Natanael Copa
Browse files
init: use openssl instead of libressl
parent
d7ee92e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
initramfs-init.in
View file @
9b5ec489
...
...
@@ -41,7 +41,7 @@ unpack_apkovl() {
fi
# we need openssl. let apk handle deps
apk add
--quiet
--initdb
--repositories-file
$repofile
libre
ssl
||
return
1
apk add
--quiet
--initdb
--repositories-file
$repofile
open
ssl
||
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
libre
ssl"
pkgs
=
"
$pkgs
open
ssl"
fi
apkflags
=
"--initramfs-diskless-boot --progress"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment