Last change
on this file since 105300 was 105300, checked in by vboxsync, 9 months ago |
FE/Qt: bugref:10705. More white space fixes.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
962 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic rev="refsect1" id="vboxheadless-examples"><title>Examples</title><body>
|
---|
4 |
|
---|
5 |
|
---|
6 | <p rev="para">
|
---|
7 | The following command starts the <codeph rev="literal">ol7u4</codeph> VM:
|
---|
8 | </p>
|
---|
9 | <screen xml:space="preserve">$ VBoxHeadless --startvm "ol7u4"</screen>
|
---|
10 | <p rev="para">
|
---|
11 | The following command starts the <codeph rev="literal">ol7u6</codeph> VM in
|
---|
12 | the Paused state.
|
---|
13 | </p>
|
---|
14 | <screen xml:space="preserve">$ VBoxHeadless --startvm "ol7u6" --start-paused</screen>
|
---|
15 | <p rev="para">
|
---|
16 | The following command starts the <codeph rev="literal">ol7u6</codeph> VM and
|
---|
17 | records the session. The recording is saved to the
|
---|
18 | <filepath rev="filename">ol7u6-recording</filepath> WebM file.
|
---|
19 | </p>
|
---|
20 | <screen xml:space="preserve">$ VBoxHeadless --startvm "ol7u6" --capture --filename ol7u6-recording.webm</screen>
|
---|
21 | </body></topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.