* [PATCH] Minor correction in xm.1 manpage
@ 2008-01-17 14:55 Richard W.M. Jones
0 siblings, 0 replies; only message in thread
From: Richard W.M. Jones @ 2008-01-17 14:55 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1.1: Type: text/plain, Size: 440 bytes --]
The attached patch just corrects the documentation for 'xm create'. The
nics=0 syntax is deprecated and gives a warning. Replacing it with
vif='' works fine however.
Rich.
--
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in
England and Wales under Company Registration No. 03798903
[-- Attachment #1.1.2: xm.1-vif.patch --]
[-- Type: text/x-patch, Size: 455 bytes --]
diff -r f17b34df974f docs/man/xm.pod.1
--- a/docs/man/xm.pod.1 Wed Jan 16 15:55:57 2008 +0000
+++ b/docs/man/xm.pod.1 Thu Jan 17 14:53:49 2008 +0000
@@ -108,7 +108,7 @@ soon as it is run.
xm create /dev/null ramdisk=initrd.img \
kernel=/boot/vmlinuz-2.6.12.6-xenU \
- name=ramdisk nics=0 vcpus=1 \
+ name=ramdisk vif='' vcpus=1 \
memory=64 root=/dev/ram0
This creates the domain without using a config file (more specifically
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3237 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-17 14:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 14:55 [PATCH] Minor correction in xm.1 manpage Richard W.M. Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.