diff options
author | Bill Nottingham <notting@redhat.com> | 2000-08-18 17:06:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-08-18 17:06:53 +0000 |
commit | 84ffc43a572a31398ea32f740a12f7a55fb0cf52 (patch) | |
tree | f40c271687196aebe5451482378675afdf41f585 /scripts/upd-instroot | |
parent | 6888e76633a921c3636b6e17eef42efc42759857 (diff) | |
download | anaconda-84ffc43a572a31398ea32f740a12f7a55fb0cf52.tar.gz anaconda-84ffc43a572a31398ea32f740a12f7a55fb0cf52.tar.xz anaconda-84ffc43a572a31398ea32f740a12f7a55fb0cf52.zip |
don't ship gui install on ia64. I've got enough other stuff to fix today that I don't want to worry about this.
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 07ec01b28..58760b4f1 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -23,6 +23,9 @@ if [ -z "$ARCH" ]; then fi NEEDGR=yes +if [ $ARCH = ia64 ]; then + NEEDGR="" +fi prunePackageList() { PACKAGEPATH=$1 |