diff options
author | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2023-01-17 10:28:31 +0100 |
---|---|---|
committer | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2023-01-17 11:38:55 +0100 |
commit | efd7142c00191bbe06ff9f6a6995583d97cd4da3 (patch) | |
tree | ce61cf22e506ec0cd49aa2308144d88351f0dc46 /share/customize-autologin.sh | |
parent | 94245ed6dbc64d32ad8da9788cef29dbe0732e6b (diff) | |
download | debvm-efd7142c00191bbe06ff9f6a6995583d97cd4da3.tar.gz |
Add --skip=autologin
Diffstat (limited to 'share/customize-autologin.sh')
-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 |