summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/debvm-create8
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>