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
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
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|