diff options
author | Bill Nottingham <notting@redhat.com> | 2000-10-22 09:24:06 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-10-22 09:24:06 +0000 |
commit | 430234a3611cb349241a05470a228df3bee52c31 (patch) | |
tree | ea3e1ceec89d5eb8f795877f252e61bddd21f755 /scripts/upd-instroot | |
parent | e9f2aa4ce4009eff5b030f52ce810522caf7ec45 (diff) | |
download | anaconda-430234a3611cb349241a05470a228df3bee52c31.tar.gz anaconda-430234a3611cb349241a05470a228df3bee52c31.tar.xz anaconda-430234a3611cb349241a05470a228df3bee52c31.zip |
need db1 db2 on ia64 now
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 8551fb1d6..b8fda54c7 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -118,8 +118,8 @@ if [ -z "$NEEDGR" ]; then PACKAGESGR="bash" fi +PACKAGES="$PACKAGES db1 db2" if [ $ARCH != ia64 ]; then - PACKAGES="$PACKAGES db1 db2" PACKAGESGR="$PACKAGESGR mtools pine modutils" fi |