summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install-itzks-workstation4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index 46d0733..fa234f2 100644
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -70,13 +70,13 @@ esac
####################
-# Scripted edit to /etc/network/interfaces when script is run
+# Hand-over all NICs to NetworkManager
sed -r -e 's/auto\s+eth[0-9]//' -i /etc/network/interfaces
sed -r -e 's/^(iface\s+eth[0-9]\s+inet\s+dhcp)\s*/#NetworkManager \1/' -i /etc/network/interfaces
####################
-# Scripted edit to /etc/default/nfs-common when script is run
+# We don't nee rpc.gssd on NFS clients (yet), if not used, it may start behaving weirdly (observed in Debian jessie, unsure about stretch)
sed -e 's/^NEED_GSSD=.*/NEED_GSSD=/' -i /etc/default/nfs-common
####################