X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fnfs-common.init;h=9f5ebf5bbca87ae2e67cdd453b449e0aa9a771ce;hb=1129ba0d0fcfd45123c6ba17f7a7aeeb24b11e61;hp=0a018ccafc329e82a506357c739c1199389395c4;hpb=35bc75f6a00cf684b2c65703a0ce3aa46dad31db;p=nfs-utils.git diff --git a/debian/nfs-common.init b/debian/nfs-common.init index 0a018cc..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 @@ -147,8 +152,9 @@ case "$1" in if [ "$NEED_IDMAPD" = yes ] || [ "$NEED_GSSD" = yes ] then + do_modprobe sunrpc do_modprobe nfs - do_modprobe nfs4 + do_modprobe nfsd if do_mount rpc_pipefs $PIPEFS_MOUNTPOINT then if [ "$NEED_IDMAPD" = yes ]