summaryrefslogtreecommitdiffstats
path: root/scripts/scrubtree
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-01 02:38:11 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-01 02:38:11 +0000
commit27e1be9ad82040485bde22e9ffdb57446735e8b4 (patch)
tree0fa35aef8e8e289c4e723db0ea5771c77e9c47b4 /scripts/scrubtree
parent08099afba2dc3d6fa0f3f5f63137a5da848942d4 (diff)
downloadanaconda-27e1be9ad82040485bde22e9ffdb57446735e8b4.tar.gz
anaconda-27e1be9ad82040485bde22e9ffdb57446735e8b4.tar.xz
anaconda-27e1be9ad82040485bde22e9ffdb57446735e8b4.zip
using busybox now instead of collage as collage mount gets very confused by lvm
Diffstat (limited to 'scripts/scrubtree')
-rwxr-xr-xscripts/scrubtree2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scrubtree b/scripts/scrubtree
index 54e891521..40f88cddf 100755
--- a/scripts/scrubtree
+++ b/scripts/scrubtree
@@ -27,7 +27,7 @@ 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)
+#(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;