diff options
-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 |