Skip to content

Commit

Permalink
fix of gen_initramfs.sh as of bug 16 redmine.funtoo.org added libudev*
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin golodhrim Scholz committed Mar 23, 2012
1 parent 38c0cad commit f646424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_initramfs.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ append_multipath(){
mkdir -p "${TEMP}/initramfs-multipath-temp/lib/" mkdir -p "${TEMP}/initramfs-multipath-temp/lib/"


# Copy files to /lib # Copy files to /lib
for i in /lib/{ld-*,libc-*,libc.*,libdl-*,libdl.*,libdevmapper*so*,libpthread*,librt*,libreadline*,libncurses*} for i in /lib/{ld-*,libc-*,libc.*,libdl-*,libdl.*,libdevmapper*so*,libpthread*,librt*,libreadline*,libncurses*,libudev*}
do do
cp -a "${i}" "${TEMP}/initramfs-multipath-temp/lib" \ cp -a "${i}" "${TEMP}/initramfs-multipath-temp/lib" \
|| gen_die "Could not copy file ${i} for MULTIPATH" || gen_die "Could not copy file ${i} for MULTIPATH"
Expand Down

0 comments on commit f646424

Please sign in to comment.