diff options
author | Matt Wilson <msw@redhat.com> | 2000-07-03 16:53:04 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-07-03 16:53:04 +0000 |
commit | a3c1dc1e36ac42523fb8ee1723e76c6c57a72b6e (patch) | |
tree | f57306479992f2142f2968f24f687dccb7f7c5f9 /scripts/upd-instroot | |
parent | 0c35335c9d38c2fb8a14c44f7e5704077c3777f8 (diff) | |
download | anaconda-a3c1dc1e36ac42523fb8ee1723e76c6c57a72b6e.tar.gz anaconda-a3c1dc1e36ac42523fb8ee1723e76c6c57a72b6e.tar.xz anaconda-a3c1dc1e36ac42523fb8ee1723e76c6c57a72b6e.zip |
explode all the old X servers again
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 2f02a3d0d..90afcaf83 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -127,11 +127,16 @@ if [ $ARCH = sparc ]; then fi if [ $ARCH = i386 ]; then - PACKAGESGR="$PACKAGESGR XFree86-I128 XFree86-3DLabs syslinux" + PACKAGESGR="$PACKAGESGR XFree86-3DLabs XFree86-8514 XFree86-AGX + XFree86-FBDev XFree86-I128 XFree86-Mach32 + XFree86-Mach64 XFree86-Mach8 XFree86-Mono XFree86-P9000 + XFree86-S3 XFree86-S3V XFree86-SVGA XFree86-VGA16 + XFree86-W32 syslinux" fi if [ $ARCH = alpha ]; then - PACKAGESGR="$PACKAGESGR XFree86-3DLabs" + PACKAGESGR="$PACKAGESGR XFree86-3DLabs XFree86-Mono XFree86-P9000 + XFree86-S3 XFree86-SVGA " fi KEEPFILE=/tmp/keepfile.$$ |