summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-07-27 10:48:33 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-07-28 14:27:50 -1000
commit271c9c31aebf20fe4504b1dd5e55679e58c97acf (patch)
tree4660852f973221d5465e304983685144a83cd7e8
parentffecb7fe44cfb818bdba7e6b8481086a6937a6f1 (diff)
downloadanaconda-271c9c31aebf20fe4504b1dd5e55679e58c97acf.tar.gz
anaconda-271c9c31aebf20fe4504b1dd5e55679e58c97acf.tar.xz
anaconda-271c9c31aebf20fe4504b1dd5e55679e58c97acf.zip
Add s390utils-cmsfs in upd-instroot for s390
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 8b97d748f..e1750349a 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -217,7 +217,7 @@ if [ $ARCH = s390 -o $ARCH = s390x ]; then
PACKAGES="$PACKAGES s390utils binutils libgcc tcp_wrappers
sed net-tools openssh openssh-server coreutils
login initscripts portmap pam
- login mount modutils
+ login mount modutils s390utils-cmsfs
strace xorg-x11-xauth xorg-x11-libs"
fi