From: Peter Palfrader Date: Mon, 27 Apr 2015 17:16:52 +0000 (+0200) Subject: need to load nfsv4 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=3378d2a0dafcf69b653a27d9f2decf683e629757 need to load nfsv4 --- diff --git a/input/howto/upgrade-to-jessie.mdwn b/input/howto/upgrade-to-jessie.mdwn index ed905a8..4f803c3 100644 --- a/input/howto/upgrade-to-jessie.mdwn +++ b/input/howto/upgrade-to-jessie.mdwn @@ -51,6 +51,9 @@ more clean ups: (puppet agent -t || true) && (puppet agent -t || true) +nfs kernel module fu: + grep '^nfs$' /etc/modules && ! grep '^nfsv4$' /etc/modules && echo nfsv4 | tee -a /etc/modules + apache cleanup: mkdir /etc/apache2/conf.d.WHEEZY &&