From 4171750816376bd7622b698cebf5c8d56218bb04 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 30 Jan 2018 23:57:54 +0100 Subject: some comment improvements --- install-itzks-workstation | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-itzks-workstation') 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 #################### -- cgit v1.2.3