]> git.pld-linux.org Git - packages/dracut.git/blob - prelink-libs.patch
- up to 032
[packages/dracut.git] / prelink-libs.patch
1 --- dracut-032/dracut.sh.orig   2013-08-27 15:36:03.692909358 +0200
2 +++ dracut-032/dracut.sh        2013-08-27 15:39:08.759568281 +0200
3 @@ -1234,10 +1234,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.112863 seconds and 4 git commands to generate.