summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-10 17:56:21 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-10 17:56:21 +0000
commit029fb3d95c9bd2c7364169e569cf027b6380024a (patch)
treec621aa120f13c0338c0b67c9b2447241b7866cf3
parent11711257f311302ca77bf3f9f6afa0d5dd47808a (diff)
downloadanaconda-029fb3d95c9bd2c7364169e569cf027b6380024a.tar.gz
anaconda-029fb3d95c9bd2c7364169e569cf027b6380024a.tar.xz
anaconda-029fb3d95c9bd2c7364169e569cf027b6380024a.zip
strip debug symbols
-rwxr-xr-xscripts/upd-instroot3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index aee59acfb..c8953bc18 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -1002,6 +1002,9 @@ for p in $DEST $DESTGR; do
done
done
+# do some stripping of debugging symbols
+find $DESTGR -type f -name '*.so' |xargs strip -g
+
# this is only for the minimal second stage
echo "Cleaning ramdisk install images..."
rm -rf $DEST/usr/lib/anaconda-runtime