From: Stephen Gran Date: Mon, 21 Mar 2011 08:07:32 +0000 (+0000) Subject: some notes about autofs/nfs X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2c1783f2d282de3ea8b7970fdec6dad84465f702;p=mirror%2Fdsa-wiki.git some notes about autofs/nfs Signed-off-by: Stephen Gran --- diff --git a/input/howto/upgrade-to-squeeze.mdwn b/input/howto/upgrade-to-squeeze.mdwn index ad8399d..b80e66c 100644 --- a/input/howto/upgrade-to-squeeze.mdwn +++ b/input/howto/upgrade-to-squeeze.mdwn @@ -84,6 +84,17 @@ maybe also apt-get install firmware-bnx2 +if you are an nfs client, make sure to load the module before boot completes: + + echo nfs >> /etc/modules + +if you are an autofs node, make sure to load the module before boot completes: + + echo autofs4 >> /etc/modules + +These last two are because autofs in particular lazy loads the modules, and it +will happen after we've disabled module loading. + clean up transitions dpkg --purge dhcp3-client && apt-get install isc-dhcp-client # mark as non-auto