]> git.pld-linux.org Git - packages/dracut.git/blob - prelink-libs.patch
- up to 030
[packages/dracut.git] / prelink-libs.patch
1 --- dracut-029/dracut.sh~       2013-06-14 15:31:28.000000000 +0200
2 +++ dracut-029/dracut.sh        2013-06-19 08:29:40.828089414 +0200
3 @@ -1148,10 +1148,10 @@
4  if [[ $UID = 0 ]] && [[ $PRELINK_BIN ]]; then
5      if [[ $DRACUT_FIPS_MODE ]]; then
6          dinfo "*** Installing prelink files ***"
7 -        dracut_install -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf /etc/prelink.cache
8 +        dracut_install -l -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf /etc/prelink.cache
9      else
10          dinfo "*** Pre-linking files ***"
11 -        dracut_install -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf
12 +        dracut_install -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.032155 seconds and 4 git commands to generate.