X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fnfs-common.init;h=9f5ebf5bbca87ae2e67cdd453b449e0aa9a771ce;hb=32f132533a9c3bae763f2933b252c29f478ec8ab;hp=6b6599da46ddda25d5f07e88e9227e52a0719f26;hpb=5deadafbe3b162d3a3114ad80de3b281bee5e177;p=nfs-utils.git diff --git a/debian/nfs-common.init b/debian/nfs-common.init index 6b6599d..9f5ebf5 100644 --- a/debian/nfs-common.init +++ b/debian/nfs-common.init @@ -45,6 +45,11 @@ if [ -f /etc/fstab ]; then while read DEV MTPT FSTYPE OPTS REST do + case $DEV in + ''|\#*) + continue + ;; + esac if [ "$FSTYPE" = "nfs4" ]; then AUTO_NEED_IDMAPD=yes fi @@ -148,6 +153,8 @@ case "$1" in if [ "$NEED_IDMAPD" = yes ] || [ "$NEED_GSSD" = yes ] then do_modprobe sunrpc + do_modprobe nfs + do_modprobe nfsd if do_mount rpc_pipefs $PIPEFS_MOUNTPOINT then if [ "$NEED_IDMAPD" = yes ]