diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/debvm-run | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/debvm-run b/bin/debvm-run index 352f176..f189086 100755 --- a/bin/debvm-run +++ b/bin/debvm-run @@ -56,11 +56,6 @@ The option may be specified multiple times or list multiple tasks to be skipped By default, no tasks are skipped. The following tasks may be skipped. -=item B<--transport>=I<transport> - -When B<debvm> adds devices to B<qemu>, it has to select a transport and it most often guesses B<pci>. -When specifying a different machine such as B<-machine microvm>, a different transport such as B<device> may be needed. - =over 4 =item B<network> @@ -90,6 +85,11 @@ This can be used to customize the block device. =back +=item B<--transport>=I<transport> + +When B<debvm> adds devices to B<qemu>, it has to select a transport and it most often guesses B<pci>. +When specifying a different machine such as B<-machine microvm>, a different transport such as B<device> may be needed. + =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. |