Regenerate sysconf.txt once it has been processed

This commit is contained in:
Gunnar Wolf
2019-07-19 22:40:14 -03:00
parent 79d62f1f55
commit 957f6ed646
3 changed files with 90 additions and 16 deletions

View File

@@ -1,14 +1,20 @@
# This file will be automatically evaluated and installed _only_ at
# the first boot of this image.
# This file will be automatically evaluated and installed at next boot
# time, and regenerated (to avoid leaking passwords and such information).
#
# To force it to be evaluated later, you can run (as root):
# To force it to be evaluated immediately, you can run (as root):
#
# /usr/sbin/set-sysconf
# /usr/sbin/rpi-set-sysconf
#
# You can disable the file evaluation by disabling the rpi-set-sysconf
# service in systemd:
#
# systemctl disable rpi-set-sysconf
#
# Comments (all portions of a line following a '#' character) are
# ignored. This file is read line by line (ordering is ignored). Valid
# ignored. This file is read line by line. Valid
# configuration lines are of the form 'key=value'. Whitespace around
# 'key' and 'value' is ignored.
# 'key' and 'value' is ignored. This file will be _regenerated_ every
# time it is evaluated.
#
# We follow the convention to indent with one space comments, and
# leave no space to indicate the line is an example that could be
@@ -20,3 +26,7 @@
# hostname - Set the system hostname.
#hostname=rpi
# We found the following unhandled keys - That means, the
# configuration script does not know how to handle them. Please
# double-check them!