summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authordlehman <dlehman>2007-05-31 15:43:54 +0000
committerdlehman <dlehman>2007-05-31 15:43:54 +0000
commit8f9646a9ee947dd037e8c2594fd40afd5a42df78 (patch)
tree2be64e0bc8c382022ddbaee60c8fe249d350e7cc /scripts/upd-instroot
parent361b99680e39dfec465adfaaac3ca90d9a573cca (diff)
downloadanaconda-8f9646a9ee947dd037e8c2594fd40afd5a42df78.tar.gz
anaconda-8f9646a9ee947dd037e8c2594fd40afd5a42df78.tar.xz
anaconda-8f9646a9ee947dd037e8c2594fd40afd5a42df78.zip
* rescue.py (runShell): mount /dev/pts in rescue mode (#228714)
* scripts/upd-instroot: include dmidecode on ia64 (#232947) * loader2/modules.c (scsiDiskCount): correctly count SCSI disk devices (#230526)
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