diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-04-10 11:26:08 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-04-10 11:26:08 +0200 |
commit | 6d2623d23f8ef22b0bdf77174b164636f887914e (patch) | |
tree | 752201399dc98674c0ee733e80be7f51d3de4c4d | |
parent | 54b1507d60db718dc2a6dc3e987e34cfa99e74ac (diff) | |
download | debvm-6d2623d23f8ef22b0bdf77174b164636f887914e.tar.gz |
debvm-create: reword --skip=autologin documentation again
This gets rid of unidiomatic "at once". It drops implementation details
such as which hook performs the action and focuses on the user visible
effects.
Reported-by: Gioele Barabucci <gioele@debian.org>
-rwxr-xr-x | bin/debvm-create | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/debvm-create b/bin/debvm-create index a4871fb..78e86bf 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -69,10 +69,10 @@ The following tasks may be skipped. =item B<autologin> Do not setup the machine for automatic password-less root login on the console. -The F<customize-autologin.sh> hook for B<mmdebstrap> normally configures automatic login for the init systems B<finit>, B<runit>, B<systemd> and B<sysv>. -Automatic discovery of the C<TERM> kernel command line variable and its passing to B<agetty> is skipped as well. -Last but not least, to actually arrive at a shell prompt, the root password is normally being deleted. -All of these steps are skipped at once. +This comprises the following changes that would normally be performed. +Automatic root login is configured for the init systems B<finit>, B<runit>, B<systemd> and B<sysv>. +Forwarding of the C<TERM> kernel command line to B<agetty> is configured. +The root password is deleted such that a login does not ask for it and the system directly boots to a shell prompt. =item B<ext4> |