diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-03 21:37:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-03 21:37:08 +0000 |
commit | 27e8ef90da5aba494a5b58a305049874db467833 (patch) | |
tree | 13e620bbf8a7eadcc3fbd850e50667d42d5e285f | |
parent | 50da9e824f5344ef7c769adf4fa8533024649afb (diff) | |
download | anaconda-27e8ef90da5aba494a5b58a305049874db467833.tar.gz anaconda-27e8ef90da5aba494a5b58a305049874db467833.tar.xz anaconda-27e8ef90da5aba494a5b58a305049874db467833.zip |
more packages
-rwxr-xr-x | upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd-instroot b/upd-instroot index ca71afc60..f33de2492 100755 --- a/upd-instroot +++ b/upd-instroot @@ -13,7 +13,7 @@ PACKAGES="glibc-2 ldconfig filesystem basesystem setup fileutils XFree86-libs XFree86-SVGA XFree86-FBDev XFree86-75dpi-fonts 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" + pygnome- util-linux procps e2fsprogs-1 esound-0" for I in $PACKAGES; do for J in `ls $SRC/$I*`; do |