diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-03 21:12:46 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-03 21:12:46 +0000 |
commit | 50da9e824f5344ef7c769adf4fa8533024649afb (patch) | |
tree | 00445903ec1ed9173df400c8d185947daf4e4b01 /upd-instroot | |
parent | 13bd29ebaee435878815b9b932dd7dd79e0ebef4 (diff) | |
download | anaconda-50da9e824f5344ef7c769adf4fa8533024649afb.tar.gz anaconda-50da9e824f5344ef7c769adf4fa8533024649afb.tar.xz anaconda-50da9e824f5344ef7c769adf4fa8533024649afb.zip |
one more package..
Diffstat (limited to 'upd-instroot')
-rwxr-xr-x | upd-instroot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/upd-instroot b/upd-instroot index 7ca04b0ea..ca71afc60 100755 --- a/upd-instroot +++ b/upd-instroot @@ -11,9 +11,9 @@ DEST=../../../RedHat/instimage PACKAGES="glibc-2 ldconfig filesystem basesystem setup fileutils XFree86-libs XFree86-SVGA XFree86-FBDev XFree86-75dpi-fonts - glib- gtk+- gnome-libs slang python-1 newt imlib-1 libpng - libtiff libjpeg- libtermcap-2 zlib rpm bash- pygtk- pygnome- - util-linux procps e2fsprogs-1" + XFree86-3 glib- gtk+- gnome-libs slang python-1 newt imlib-1 + libpng libtiff libjpeg- libtermcap-2 zlib rpm bash- pygtk- + pygnome- util-linux procps e2fsprogs-1" for I in $PACKAGES; do for J in `ls $SRC/$I*`; do |