90kernel-modules/module-setup.sh: exclude nfs* lockd from standard

do not install nfs* lockd filesystems for the standard kernel modules
master
Harald Hoyer 2012-02-22 11:53:26 +01:00
parent 34248c926c
commit 8b6e099892
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ installkernel() {
# if the required list is not set via the filesystems variable
if ! [[ $hostonly ]]; then
if [[ -z $filesystems ]]; then
instmods '=fs'
omit_drivers="$omit_drivers|kernel/fs/nfs|kernel/fs/nfsd|kernel/fs/lockd" omit_drivers="${omit_drivers##|}" instmods '=fs'
fi
else
inst_fs() {

View File

@ -225,7 +225,7 @@ test_setup() {
[ -f /etc/netconfig ] && dracut_install /etc/netconfig
type -P dhcpd >/dev/null && dracut_install dhcpd
[ -x /usr/sbin/dhcpd3 ] && inst /usr/sbin/dhcpd3 /usr/sbin/dhcpd
instmods nfsd sunrpc ipv6
instmods nfsd sunrpc ipv6 lockd
inst ./server-init.sh /sbin/init
inst ./hosts /etc/hosts
inst ./exports /etc/exports