diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-25 14:58:42 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-25 14:58:42 +0100 |
commit | aa7da666bbface39992097e1806df56b42a01913 (patch) | |
tree | 358027b95b6a5410930c5a7bc9263044924631fa /install-itzks-workstation | |
parent | 11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f (diff) | |
download | itzks-install-script-aa7da666bbface39992097e1806df56b42a01913.tar.gz itzks-install-script-aa7da666bbface39992097e1806df56b42a01913.tar.bz2 itzks-install-script-aa7da666bbface39992097e1806df56b42a01913.zip |
Add alternative for scripted changes to /etc/default/nfs-common.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index cf7a878..82bb872 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -84,6 +84,9 @@ Starte nun den Editor mit [Enter] ''' editor /etc/default/nfs-common +# Alternate: scripted edit to /etc/default/nfs-common when script is run +# sed -i 's/NEED_GSSD=.*/NEED_GSSD=/' /etc/default/nfs-common + #################### # Add system-wide WiFi-config |