diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-19 21:31:35 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-19 21:31:35 +0000 |
commit | 057752dc46656de325ed6390f6888c0513f70539 (patch) | |
tree | ecab694cb0177ec34a47abaaf7c2944a21bc3ce9 /scripts/upd-instroot | |
parent | efdbb752d24db788e81d7ec2338b0d0cbe3ca464 (diff) | |
download | anaconda-057752dc46656de325ed6390f6888c0513f70539.tar.gz anaconda-057752dc46656de325ed6390f6888c0513f70539.tar.xz anaconda-057752dc46656de325ed6390f6888c0513f70539.zip |
3dlabs
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index a8b63b30b..4c924b1cc 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -127,7 +127,11 @@ if [ $ARCH = sparc ]; then fi if [ $ARCH = i386 ]; then - PACKAGESGR="$PACKAGESGR XFree86-I128 syslinux" + PACKAGESGR="$PACKAGESGR XFree86-I128 XFree86-3DLabs syslinux" +fi + +if [ $ARCH = alpha ]; then + PACKAGESGR="$PACKAGESGR XFree86-3DLabs" fi KEEPFILE=/tmp/keepfile.$$ |