diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-03 20:27:49 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-03 20:27:49 +0000 |
commit | 0056fc11d12231b4c6bc348db54d29ba6b6915ea (patch) | |
tree | b0cacdbc34d87f1284df9e870168fbbccb498dfd /upd-instroot | |
parent | f81d0711d4f0473e8ee68a693dbe25db823749ba (diff) | |
download | anaconda-0056fc11d12231b4c6bc348db54d29ba6b6915ea.tar.gz anaconda-0056fc11d12231b4c6bc348db54d29ba6b6915ea.tar.xz anaconda-0056fc11d12231b4c6bc348db54d29ba6b6915ea.zip |
updated.
Diffstat (limited to 'upd-instroot')
-rwxr-xr-x | upd-instroot | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/upd-instroot b/upd-instroot index 861cda27f..192b9cd61 100755 --- a/upd-instroot +++ b/upd-instroot @@ -10,9 +10,10 @@ SRC=$1/RedHat/RPMS DEST=../../../RedHat/instimage PACKAGES="glibc-2 ldconfig filesystem basesystem setup fileutils - XFree86-libs 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-libs XFree86-SVGA XFree86-FBDev 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 |