diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-08 00:37:01 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-08 00:37:01 +0000 |
commit | 31590c8ffd66624a3373f1e8d3ddb9576e635197 (patch) | |
tree | c87848b4a5a59a40afade0bee2af388eb24865c7 /upd-instroot | |
parent | e2b9de406978c7574b035f2bf5d4252d8ef11a6e (diff) | |
download | anaconda-31590c8ffd66624a3373f1e8d3ddb9576e635197.tar.gz anaconda-31590c8ffd66624a3373f1e8d3ddb9576e635197.tar.xz anaconda-31590c8ffd66624a3373f1e8d3ddb9576e635197.zip |
updated
Diffstat (limited to 'upd-instroot')
-rwxr-xr-x | upd-instroot | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/upd-instroot b/upd-instroot index ffa5c7d2f..48d7ea2fb 100755 --- a/upd-instroot +++ b/upd-instroot @@ -36,10 +36,11 @@ echo "DESTGR is $DESTGR" PACKAGES="glibc-2 ldconfig setup e2fsprogs-1 XFree86-libs XFree86-SVGA XFree86-S3 XFree86-S3V XFree86-Mach32 XFree86-Mach64 XFree86-FBDev XFree86-75dpi-fonts XFree86-I128 - XFree86-3DLabs XFree86-3. xpm-3 glib- gtk+- gnome-libs - 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 kernel-pcmcia-cs Xconfigurator" + XFree86-3DLabs XFree86-VGA16 XFree86-3. xpm-3 glib- gtk+- + gnome-libs 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 kernel-pcmcia-cs + Xconfigurator" KEEPFILE=/tmp/keepfile.$$ cat > $KEEPFILE <<EOF @@ -111,12 +112,13 @@ usr/X11R6/lib/libX11* usr/X11R6/lib/libXext* usr/X11R6/bin/XF86_3DLabs usr/X11R6/bin/XF86_I128 +usr/X11R6/bin/XF86_FBDev usr/X11R6/bin/XF86_Mach32 usr/X11R6/bin/XF86_Mach64 usr/X11R6/bin/XF86_SVGA usr/X11R6/bin/XF86_S3 usr/X11R6/bin/XF86_S3V -usr/X11R6/bin/XF86_FBDev +usr/X11R6/bin/XF86_VGA16 usr/X11R6/bin/Xtest usr/X11R6/lib/X11/fonts/75dpi/cour* usr/X11R6/lib/X11/fonts/75dpi/helv* |