[Pkg-libvirt-commits] [libguestfs] 98/233: builder: Add -monitor none to example command line.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:11:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit c6ec6cde27ef87480b9b38f13b08b39eb1400f4b
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Wed Jan 22 12:55:52 2014 +0000
builder: Add -monitor none to example command line.
---
builder/virt-builder.pod | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index eb695e1..f72ab30 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -1733,7 +1733,8 @@ it is an SELinux guest:
-cpu host \
-m 2048 \
-drive file=disk.img,format=raw,if=virtio \
- -serial stdio
+ -serial stdio \
+ -monitor none
(For further information on the topic of SELinux labelling, see:
L<https://www.redhat.com/archives/libguestfs/2014-January/msg00183.html>)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list