]> git.ipfire.org Git - thirdparty/dracut.git/commit
Add awk and getopt as dependencies of znetconf
authorMei Liu <liumbj@linux.vnet.ibm.com>
Tue, 10 Nov 2015 04:34:24 +0000 (12:34 +0800)
committerHarald Hoyer <harald@redhat.com>
Fri, 13 Nov 2015 12:18:11 +0000 (13:18 +0100)
commitdcc2a4344b064ab91a0a89baa2453244de78ceb4
tree3ed458714f586ad2b06a673940e46db7710f4fe3
parented92ecaa3cafa890583e22377c5f5014a332e59f
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>
modules.d/80cms/module-setup.sh