diff options
author | Helmut Grohne <helmutg@debian.org> | 2023-01-17 13:07:26 +0000 |
---|---|---|
committer | Helmut Grohne <helmutg@debian.org> | 2023-01-17 13:07:26 +0000 |
commit | 8961c87b6b1289d50e7e53cbca497f5ee9ed7b3c (patch) | |
tree | eec289dc0eb4ff5c33dbb0c813c3c9270354a08c /share | |
parent | 0564f314afc45b757a5813e5c6e485dc343a6b2d (diff) | |
parent | efd7142c00191bbe06ff9f6a6995583d97cd4da3 (diff) | |
download | debvm-8961c87b6b1289d50e7e53cbca497f5ee9ed7b3c.tar.gz |
Merge branch 'cleanup' into 'main'
Cleanup
See merge request helmutg/debvm!25
Diffstat (limited to 'share')
-rwxr-xr-x | share/customize-autologin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/customize-autologin.sh b/share/customize-autologin.sh index b9a4a8b..4340650 100755 --- a/share/customize-autologin.sh +++ b/share/customize-autologin.sh @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT # # This is a mmdebstrap customize hook that configures automatic root login on a -# serial console. It also parses the debvm.term kernel cmdline and passes it as +# serial console. It also parses the TERM kernel cmdline and passes it as # TERM to agetty. set -eu |