summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-19 21:31:35 +0000
committerMatt Wilson <msw@redhat.com>2000-06-19 21:31:35 +0000
commit057752dc46656de325ed6390f6888c0513f70539 (patch)
treeecab694cb0177ec34a47abaaf7c2944a21bc3ce9 /scripts/upd-instroot
parentefdbb752d24db788e81d7ec2338b0d0cbe3ca464 (diff)
downloadanaconda-057752dc46656de325ed6390f6888c0513f70539.tar.gz
anaconda-057752dc46656de325ed6390f6888c0513f70539.tar.xz
anaconda-057752dc46656de325ed6390f6888c0513f70539.zip
3dlabs
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot6
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.$$