[Fedora-livecd-list] [PATCH] vol_id is dynamically linked now; pull in its deps

Jeremy Katz katzj at redhat.com
Tue Mar 20 15:21:40 UTC 2007


---
 creator/mayflower |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/creator/mayflower b/creator/mayflower
index 6b11e70..b5062bf 100755
--- a/creator/mayflower
+++ b/creator/mayflower
@@ -172,7 +172,7 @@ cp /sbin/lsmod sbin
 
 
 # Copy all required shared libs
-for i in bin/* sbin/*; do 
+for i in bin/* sbin/* lib/udev/*; do 
     ldd $i | sed 's|.*=>||g' | awk '/\// { print $1 }' | while read lib ; do
         if [ "$opt_verbose" == "1" ] ; then
 	    echo "Copying DSO $l"
-- 
1.5.0.2




More information about the Fedora-livecd-list mailing list