Add awk and getopt as dependencies of znetconf

znetconf command is part of s390utils-base package. It depends on
awk and getopt.

This patch is used to fix the following error:

dracut:/#
znetconf -c

/usr/sbin/znetconf: line 70: awk: command not found
/usr/sbin/znetconf: line 1138: getopt: command not found

Signed-off-by: Mei Liu <liumbj@linux.vnet.ibm.com>
master
Mei Liu 2015-11-10 12:34:24 +08:00 committed by Harald Hoyer
parent ed92ecaa3c
commit dcc2a4344b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ install() {
inst_script "$moddir/cmsifup.sh" /sbin/cmsifup inst_script "$moddir/cmsifup.sh" /sbin/cmsifup
inst_multiple /etc/cmsfs-fuse/filetypes.conf /etc/udev/rules.d/99-fuse.rules /etc/fuse.conf \ inst_multiple /etc/cmsfs-fuse/filetypes.conf /etc/udev/rules.d/99-fuse.rules /etc/fuse.conf \
cmsfs-fuse fusermount ulockmgr_server bash insmod rmmod cat normalize_dasd_arg sed \ cmsfs-fuse fusermount ulockmgr_server bash insmod rmmod cat normalize_dasd_arg sed \
$(rpm -ql s390utils-base) $(rpm -ql s390utils-base) awk getopt


inst_libdir_file "gconv/*" inst_libdir_file "gconv/*"
#inst /usr/lib/locale/locale-archive #inst /usr/lib/locale/locale-archive