summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-02-08 10:06:31 +0100
committerManuel Bentele2021-02-08 10:06:31 +0100
commitc157235d20b02f8917899a1e57e097371e877b5c (patch)
tree5d838aed780699a3c7b22006b11e5d698f00aaa1
parent[qemu] Start 'qemu' after 'libvirtd' is ready (diff)
downloadmltk-c157235d20b02f8917899a1e57e097371e877b5c.tar.gz
mltk-c157235d20b02f8917899a1e57e097371e877b5c.tar.xz
mltk-c157235d20b02f8917899a1e57e097371e877b5c.zip
[libvirt] Remove default network configuration
-rw-r--r--core/modules/libvirt/module.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/modules/libvirt/module.build b/core/modules/libvirt/module.build
index fc1bc074..2e2f8e12 100644
--- a/core/modules/libvirt/module.build
+++ b/core/modules/libvirt/module.build
@@ -11,5 +11,9 @@ build() {
}
post_copy() {
- :
+ #
+ # remove default network configuration
+ #
+ rm /etc/libvirt/qemu/networks/default.xml
+ rm /etc/libvirt/qemu/networks/autostart/default.xml
}