]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
nfs: add chmod
authorHarald Hoyer <harald@redhat.com>
Wed, 18 Jan 2017 14:15:06 +0000 (15:15 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 18 Jan 2017 14:15:06 +0000 (15:15 +0100)
modules.d/95nfs/module-setup.sh

index efa720d0cea0e891d07c8c01935c46fa820c1651..307734407be8aa3c1947ed56bd78bbfa78de2be5 100755 (executable)
@@ -70,7 +70,7 @@ install() {
     local _i
     local _nsslibs
     inst_multiple -o portmap rpcbind rpc.statd mount.nfs \
-        mount.nfs4 umount rpc.idmapd sed /etc/netconfig
+        mount.nfs4 umount rpc.idmapd sed /etc/netconfig chmod
     inst_multiple /etc/services /etc/nsswitch.conf /etc/rpc /etc/protocols /etc/idmapd.conf
 
     if [[ $hostonly_cmdline == "yes" ]]; then