diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-12-28 10:19:07 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-12-28 10:19:07 +0100 |
commit | 293a1fa978c0dff81bdf6f37f89eef22066783c6 (patch) | |
tree | cecda4b027577c90847c70b3e95a3a2f05de0d98 /debvm-run | |
parent | 1f16c8718bebb1f4a3065599581dad392f6afc94 (diff) | |
download | debvm-293a1fa978c0dff81bdf6f37f89eef22066783c6.tar.gz |
update pod2man documentation
* Rename debvm-create -s to -z.
* Add long options.
* Improve documentation of debvm-create -p and -z.
Diffstat (limited to 'debvm-run')
-rwxr-xr-x | debvm-run | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,17 +24,17 @@ A net interface configured for user mode is added automatically. =over 8 -=item B<-g> +=item B<-g>, B<--graphical> By default, the option B<-nographic> is passed to B<qemu> and one interacts with the serial console of the machine. This configuration is skipped in the presence of this option. -=item B<-i> I<image> +=item B<-i> I<image>, B<--image>=I<image> This option specifies the location of the virtual machine image file. By default B<rootfs.ext4> in the working directory is used. -=item B<-s> I<sshport> +=item B<-s> I<sshport>, B<--sshport>=I<sshport> If given, B<qemu> is configured to pass connections to I<127.0.0.1:sshport> to port 22 of the virtual machine. |