Displaying 4 results from an estimated 4 matches for "a92a".
Did you mean:
492a
2016 Mar 22
2
Using Openvswitch and qemu:///session
...domain xml edited to use openvswitch, like this
---
<interface type='bridge'>
<mac address='52:54:00:4a:ef:bb'/>
<source bridge='ovs-br'/>
<virtualport type='openvswitch'>
<parameters interfaceid='33ec3d9d-a92a-468e-aa48-6c31f7882d6f'/>
</virtualport>
<target dev='veth0-ovs'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
</interface>...
2010 Nov 01
3
Geany plugins out of sync
I'm intending to do some version control, hence looking for some
plugins. Geany and geany-plugins packages in Rpmforge seem to be out
of sync:
Name : geany-plugins
Arch : i386
Version : 0.18
Release : 1.el5.rf
Name : geany
Arch : i386
Version : 0.19.1
Release : 1.el5.rf
When both are installed, geany claims that plugins are not
2016 Mar 23
0
Re: Using Openvswitch and qemu:///session
...ch, like this
> ---
> <interface type='bridge'>
> <mac address='52:54:00:4a:ef:bb'/>
> <source bridge='ovs-br'/>
> <virtualport type='openvswitch'>
> <parameters interfaceid='33ec3d9d-a92a-468e-aa48-6c31f7882d6f'/>
> </virtualport>
> <target dev='veth0-ovs'/>
> <model type='virtio'/>
> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>...
2005 Sep 29
2
Booting using single image file
Howdy,
I know that syslinux doesn't currently support this, but does anyone
here know how I might go about getting some sort of boot process
together that would have a single firmware image as opposed to seperate
files for initrd, kernel, and root fs?
Thanks.