Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68406
Collapse All | Expand All

(-)LVM.orig/1.0.8/tools/lvmcreate_initrd (+4 lines)
Lines 233-238 Link Here
233
# run out of room on the ramdisk while stripping the libraries.
233
# run out of room on the ramdisk while stripping the libraries.
234
echo "$cmd -- stripping shared libraries"
234
echo "$cmd -- stripping shared libraries"
235
mkdir $TMPLIB
235
mkdir $TMPLIB
236
if [ $? -ne 0 ]; then
237
   echo "$cmd -- ERROR making $TMPLIB"
238
   cleanup 1
239
fi
236
for LIB in $SHLIBS; do
240
for LIB in $SHLIBS; do
237
   verbose "copy $LIB to $TMPLIB$LIB"
241
   verbose "copy $LIB to $TMPLIB$LIB"
238
   mkdir -p `dirname $TMPLIB$LIB`
242
   mkdir -p `dirname $TMPLIB$LIB`

Return to bug 68406