summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
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 b0e082a7e..5143101f9 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -127,7 +127,11 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux
python-pyblock mkinitrd libbdevid libbdevid-python"
if [ $ARCH = i386 -o $ARCH = x86_64 ]; then
- PACKAGES="$PACKAGES pcmciautils dmidecode"
+ PACKAGES="$PACKAGES pcmciautils"
+fi
+
+if [ $ARCH = i386 -o $ARCH = x86_64 -o $ARCH = ia64 ]; then
+ PACKAGES="$PACKAGES dmidecode"
fi
if [ $ARCH = ia64 ]; then