diff options
author | Bill Nottingham <notting@redhat.com> | 2000-12-22 19:21:09 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-12-22 19:21:09 +0000 |
commit | 464ab6d33656fee0a02336e96426bf08cb202578 (patch) | |
tree | 3eb5caaf560583f6e5602ce56efecf899fc50f02 /scripts/upd-instroot | |
parent | 8ea72aced5940a4607d17b9177f8d9b6039c934f (diff) | |
download | anaconda-464ab6d33656fee0a02336e96426bf08cb202578.tar.gz anaconda-464ab6d33656fee0a02336e96426bf08cb202578.tar.xz anaconda-464ab6d33656fee0a02336e96426bf08cb202578.zip |
fix upd-instroot for ia64 (need slang)
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index c1976af38..33d011628 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -97,6 +97,10 @@ if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs" fi +if [ $ARCH = ia64 ]; then + PACKAGES="$PACKAGES slang" +fi + # xpm is missing # Some packages are listed twice, but that's okay @@ -140,6 +144,10 @@ if [ $ARCH = alpha ]; then XFree86-S3 XFree86-SVGA aboot" fi +if [ $ARCH = ia64 ]; then + PACKAGESGR="$PACKAGESGR slang" +fi + KEEPFILE=/tmp/keepfile.$$ cat > $KEEPFILE <<EOF bin/ash |