diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-30 23:57:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-30 23:57:54 +0100 |
commit | 4171750816376bd7622b698cebf5c8d56218bb04 (patch) | |
tree | 8c21c1813e14179ef4a8ea6988c52b9178a1b7a8 | |
parent | 8e0616b3be307009279cec89cab3f29c405141f8 (diff) | |
download | itzks-install-script-4171750816376bd7622b698cebf5c8d56218bb04.tar.gz itzks-install-script-4171750816376bd7622b698cebf5c8d56218bb04.tar.bz2 itzks-install-script-4171750816376bd7622b698cebf5c8d56218bb04.zip |
some comment improvements
-rw-r--r-- | install-itzks-workstation | 4 |
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 #################### |