diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-11 22:11:26 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-11 22:11:26 +0000 |
commit | d241ae139706dae21f3f7f33de72e8d9774d8639 (patch) | |
tree | 312bb8a7649b445b164e44fcaa996a9c93507611 /scripts/scrubtree | |
parent | e124182aebd95fa8c25544a4882ca055ba0e0126 (diff) | |
download | anaconda-d241ae139706dae21f3f7f33de72e8d9774d8639.tar.gz anaconda-d241ae139706dae21f3f7f33de72e8d9774d8639.tar.xz anaconda-d241ae139706dae21f3f7f33de72e8d9774d8639.zip |
now that we have mknod-stub, we can kill collage
Diffstat (limited to 'scripts/scrubtree')
-rwxr-xr-x | scripts/scrubtree | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/scrubtree b/scripts/scrubtree index 54e891521..6280a47fe 100755 --- a/scripts/scrubtree +++ b/scripts/scrubtree @@ -27,8 +27,6 @@ if [ $ARCH != s390 -a $ARCH != s390x ]; then fi rm $p/etc/ld.so.conf -(cd $p/usr/bin; ./collage | $p/usr/lib/anaconda-runtime/mkcollagelinks ./collage) - mv $p/usr/sbin/busybox.anaconda $p/usr/bin/busybox (cd $p/usr/bin; set $(./busybox 2>&1| awk '/^\t([a-z\[]+,)+/' | sed 's/,//g' | sed 's/ +//'); |