From 464ab6d33656fee0a02336e96426bf08cb202578 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 22 Dec 2000 19:21:09 +0000 Subject: fix upd-instroot for ia64 (need slang) --- scripts/upd-instroot | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts') 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 <