summaryrefslogtreecommitdiff
path: root/man/vmdebootstrap.rst
diff options
context:
space:
mode:
Diffstat (limited to 'man/vmdebootstrap.rst')
-rw-r--r--man/vmdebootstrap.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/vmdebootstrap.rst b/man/vmdebootstrap.rst
index 90fad4c..0869afe 100644
--- a/man/vmdebootstrap.rst
+++ b/man/vmdebootstrap.rst
@@ -71,12 +71,13 @@ Options
be of the format: USER/PASSSWORD.
--owner=OWNER change the owner of the final image from root to
the specified user.
- --serial-console configure image to use a serial console
+ --serial-console configure image to use a serial console (only
+ needed and only used) on Wheezy.
--serial-console-command
- set the command to manage the serial console which
- will be appended to :file:`/etc/inittab`. Default
- is ``/sbin/getty \-L ttyS0 115200 vt100``, resulting
- in a line::
+ (Wheezy only.) Set the command to manage the serial
+ console which will be appended to :file:`/etc/inittab`.
+ Default is ``/sbin/getty \-L ttyS0 115200 vt100``,
+ resulting in a line::
"S0:23:respawn:/sbin/getty \-L ttyS0 115200 vt100"