Re: [libvirt-users] removing virbr0

2016-03-10 Thread Andrea Bolognani
On Wed, 2016-03-09 at 14:39 -0500, Laine Stump wrote: > This is why libvirt has been split into many smaller subpackages. Just setup > your image to not install the package > called "libvirt-daemon-config-network" and the default network (and thus > virbr0) will never be created. (This assumes >

Re: [libvirt-users] removing virbr0

2016-03-09 Thread Laine Stump
On 03/09/2016 09:53 AM, Andrei Perietanu wrote: On Wed, Mar 9, 2016 at 2:49 PM, Andrea Bolognani > wrote: On Wed, 2016-03-09 at 14:15 +, Andrei Perietanu wrote: > I am building a custom Linux image which includes KVM and will be installed on multiple

Re: [libvirt-users] removing virbr0

2016-03-09 Thread Andrea Bolognani
On Wed, 2016-03-09 at 15:19 +, Andrei Perietanu wrote: > > Not shipping either just the first file mentioned > > or both of them in your image should do the trick. > > > Not shipping default.xml is easier said then done; even if I remove it from > the output build folder is still end's up > b

Re: [libvirt-users] removing virbr0

2016-03-09 Thread Peter Steele
I do something similar, generating a custom image that gets installed on multiple systems. I just have a startup script in my image that runs "virsh net-undefine default" during boot-up. If you are creating your own image, you should be able to insert something similar in your start-up process.

Re: [libvirt-users] removing virbr0

2016-03-09 Thread Andrei Perietanu
On Wed, Mar 9, 2016 at 3:05 PM, Andrea Bolognani wrote: > On Wed, 2016-03-09 at 14:53 +, Andrei Perietanu wrote: > > > > On Wed, Mar 9, 2016 at 2:49 PM, Andrea Bolognani > wrote: > > > On Wed, 2016-03-09 at 14:15 +, Andrei Perietanu wrote: > > > > I am building a custom Linux image which

Re: [libvirt-users] removing virbr0

2016-03-09 Thread Andrea Bolognani
On Wed, 2016-03-09 at 14:53 +, Andrei Perietanu wrote: > > On Wed, Mar 9, 2016 at 2:49 PM, Andrea Bolognani wrote: > > On Wed, 2016-03-09 at 14:15 +, Andrei Perietanu wrote: > > > I am building a custom Linux image which includes KVM and will be > > > installed on multiple machines. By d

Re: [libvirt-users] removing virbr0

2016-03-09 Thread Andrei Perietanu
On Wed, Mar 9, 2016 at 2:49 PM, Andrea Bolognani wrote: > On Wed, 2016-03-09 at 14:15 +, Andrei Perietanu wrote: > > I am building a custom Linux image which includes KVM and will be > installed on multiple machines. By default when > > installing libvirt you get a 'default network' which add

Re: [libvirt-users] removing virbr0

2016-03-09 Thread Andrea Bolognani
On Wed, 2016-03-09 at 14:15 +, Andrei Perietanu wrote: > I am building a custom Linux image which includes KVM and will be installed > on multiple machines. By default when > installing libvirt you get a 'default network' which adds a 'vrbr0'. > I found several tutorials online about removing

[libvirt-users] removing virbr0

2016-03-09 Thread Andrei Perietanu
I am building a custom Linux image which includes KVM and will be installed on multiple machines. By default when installing libvirt you get a 'default network' which adds a 'vrbr0'. I found several tutorials online about removing this 'virbr0' but I would like to not have it in the first place. I