hotfix target/bootdisk/build_stage1.sh stripping too much breaks the kernel objects git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2880 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -38,7 +38,7 @@ for x in ../2nd_stage/lib/modules/*/kernel/drivers/{scsi,net}/*.{ko,o} ; do
if [ -f $x ]; then
xx=${x#../2nd_stage/}
mkdir -p $( dirname $xx ) ; cp $x $xx
strip $xx # --strip-debug --strip-unneeded $xx
strip --strip-debug $xx # stripping more breaks the object
fi
done
#