]> git.pld-linux.org Git - packages/dracut.git/blob - prelink-libs.patch
- up to 038
[packages/dracut.git] / prelink-libs.patch
1 --- dracut-034/dracut.sh.orig   2013-10-20 14:13:51.740264092 +0200
2 +++ dracut-034/dracut.sh        2013-10-20 14:29:50.300223867 +0200
3 @@ -1266,10 +1266,10 @@
4      if [[ $UID = 0 ]] && [[ $PRELINK_BIN ]]; then
5          if [[ $DRACUT_FIPS_MODE ]]; then
6              dinfo "*** Installing prelink files ***"
7 -            inst_multiple -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf /etc/prelink.cache
8 +            inst_multiple -l -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf /etc/prelink.cache
9          else
10              dinfo "*** Pre-linking files ***"
11 -            inst_multiple -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf
12 +            inst_multiple -l -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf
13              chroot "$initdir" "$PRELINK_BIN" -a
14              rm -f -- "$initdir/$PRELINK_BIN"
15              rm -fr -- "$initdir"/etc/prelink.*
This page took 0.053126 seconds and 3 git commands to generate.