diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-06 15:59:04 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-06 15:59:04 +0100 |
commit | 87916db1edd39f217c9530d356b97d3f682006cf (patch) | |
tree | 219cb25172c98d169e5232bc515765c8e8228c65 /etc/ltsp | |
parent | 86b182bedbec21302ce299869cc7403ad18a9627 (diff) | |
download | itzks-systems-87916db1edd39f217c9530d356b97d3f682006cf.tar.gz itzks-systems-87916db1edd39f217c9530d356b97d3f682006cf.tar.bz2 itzks-systems-87916db1edd39f217c9530d356b97d3f682006cf.zip |
etc/ltsp/ltsp.conf.in: Fix commented-out [set-root-hash] section.
Diffstat (limited to 'etc/ltsp')
-rw-r--r-- | etc/ltsp/ltsp.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ltsp/ltsp.conf.in b/etc/ltsp/ltsp.conf.in index a9a21a4..e6c3380 100644 --- a/etc/ltsp/ltsp.conf.in +++ b/etc/ltsp/ltsp.conf.in @@ -37,5 +37,5 @@ MASK_SYSTEM_SERVICES="apache2 etckeeper icinga2 nmbd smbd systemd-journald isc-d # So put sed in a section and call it at POST_INIT like this: POST_INIT_SET_ROOT_HASH="section_set_root_hash" -#[set_root_hash] +[set_root_hash] sed 's|^root:[^:]*:|root:@rootpw@:|' -i /etc/shadow |