]> git.ipfire.org Git - thirdparty/dracut.git/commit
url-lib: ca-bundle.crt changed to a symlink
authorHarald Hoyer <harald@redhat.com>
Wed, 17 Aug 2016 14:41:21 +0000 (16:41 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 19 Aug 2016 13:49:33 +0000 (15:49 +0200)
commitf47090f918be67ca3b9a33090088d3164db2e6a8
tree6308b600198941497af5cd2897a58ea353db52d7
parente168eeef67a6680730e86ee389a383d9c1607c25
url-lib: ca-bundle.crt changed to a symlink

use inst() instead of inst_simple()

/etc/pki/tls/certs/ca-bundle.crt is a symlink to
../../ca-trust/extracted/pem/tls-ca-bundle.pem

with inst() we install the original file also.

https://bugzilla.redhat.com/show_bug.cgi?id=1341280
(cherry picked from commit 1b23c6c65c39630cb62faa2503817759f83d880b)
modules.d/45url-lib/module-setup.sh