All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] dracut: install ld.so.conf* with dracut_install instead of cp
@ 2011-03-16 20:24 Amadeusz Żołnowski
       [not found] ` <1300307070-10087-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Amadeusz Żołnowski @ 2011-03-16 20:24 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Amadeusz Żołnowski

---
 dracut |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dracut b/dracut
index 2ae7f8c..4d50472 100755
--- a/dracut
+++ b/dracut
@@ -494,7 +494,7 @@ done
 unset item
 
 # make sure that library links are correct and up to date
-cp -ar /etc/ld.so.conf* "$initdir"/etc
+dracut_install /etc/ld.so.conf /etc/ld.so.conf.d/*
 ldconfig -r "$initdir" || [[ $UID != "0" ]] && \
     dinfo "ldconfig might need uid=0 (root) for chroot()"
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-16 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 20:24 [PATCH 1/3] dracut: install ld.so.conf* with dracut_install instead of cp Amadeusz Żołnowski
     [not found] ` <1300307070-10087-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
2011-03-16 20:24   ` [PATCH 2/3] dracut-logger: make $maxloglvl public Amadeusz Żołnowski
     [not found]     ` <1300307070-10087-2-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
2011-03-16 20:24       ` [PATCH 3/3] dracut: script adjusted to new logging facility; -v changed Amadeusz Żołnowski
2011-03-16 20:46   ` [PATCH 1/3] dracut: install ld.so.conf* with dracut_install instead of cp Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.