diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-21 01:07:04 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-21 01:07:04 +0000 |
commit | c0ddd8cbd744e4d79dc84c61f0e0e5bb5733f0e8 (patch) | |
tree | 209677e2468830fe650a2f00f3a492590d5058c2 /upd-instroot | |
parent | e94ed4ef5187b3af67a3578db5f41c3b89c831b7 (diff) | |
download | anaconda-c0ddd8cbd744e4d79dc84c61f0e0e5bb5733f0e8.tar.gz anaconda-c0ddd8cbd744e4d79dc84c61f0e0e5bb5733f0e8.tar.xz anaconda-c0ddd8cbd744e4d79dc84c61f0e0e5bb5733f0e8.zip |
don't need bzip2 anymore
Diffstat (limited to 'upd-instroot')
-rwxr-xr-x | upd-instroot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/upd-instroot b/upd-instroot index a7adb91a5..09ec3f7e1 100755 --- a/upd-instroot +++ b/upd-instroot @@ -48,7 +48,7 @@ PACKAGES="glibc-2 ldconfig setup e2fsprogs-1 XFree86-libs XFree86-SVGA XFree86-FBDev XFree86-75dpi-fonts XFree86-3. xpm-3 glib- gtk+- gnome-libs slang python-1 newt imlib-1 libpng libtiff libjpeg- libtermcap-2 zlib rpm rpm-devel ash- bash- pygtk- - pygnome- util-linux procps esound-0 audiofile-0 bzip2 strace" + pygnome- util-linux procps esound-0 audiofile-0 strace" KEEPFILE=/tmp/keepfile.$$ cat > $KEEPFILE <<EOF @@ -90,7 +90,6 @@ lib/libe2p* lib/libext2fs* lib/libss* lib/libuuid* -usr/lib/libbz2.so* EOF KEEPFILEGR=/tmp/keepfilegr.$$ |