On Tue, Aug 16, 2011 at 07:27:07AM -0700, David Konerding wrote:
Ah. This is what I have on my home machine (Ubuntu 10.10):
# virtio serial / console ports
KERNEL=="vport*", ATTR{name}=="?*",
SYMLINK+="virtio-ports/$attr{name}"
This is what I have on my work machine (Ubuntu 10.04 derivative):
# virtio serial / console ports
KERNEL=="vport*", SYMLINK+="virtio-ports/$ATTR{name}"
Do you have something more?
Ubuntu 11.04 has:
# virtio serial / console ports
KERNEL=="vport*", ATTR{name}=="?*",
SYMLINK+="virtio-ports/$attr{name}"
Fedora 15 has the same.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages.
http://libguestfs.org