diff options
author | Manuel Bentele | 2021-06-29 13:30:32 +0200 |
---|---|---|
committer | Manuel Bentele | 2021-06-29 13:30:32 +0200 |
commit | 2c827469b340e2c45d5e283b4da4778bc5849e55 (patch) | |
tree | 9a5846374aece7e035885b9a213bb8f53e6f4481 | |
parent | [libvirt] Add missing package dependency 'dnsmasq' (diff) | |
download | mltk-2c827469b340e2c45d5e283b4da4778bc5849e55.tar.gz mltk-2c827469b340e2c45d5e283b4da4778bc5849e55.tar.xz mltk-2c827469b340e2c45d5e283b4da4778bc5849e55.zip |
[libvirt] Remove default network
-rw-r--r-- | core/modules/libvirt/module.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/libvirt/module.build b/core/modules/libvirt/module.build index dd868159..730af022 100644 --- a/core/modules/libvirt/module.build +++ b/core/modules/libvirt/module.build @@ -9,6 +9,6 @@ build() { post_copy() { # remove default network configuration - rm "${MODULE_BUILD_DIR}/etc/libvirt/qemu/networks/default.xml" - rm "${MODULE_BUILD_DIR}/etc/libvirt/qemu/networks/autostart/default.xml" + rm "/etc/libvirt/qemu/networks/default.xml" + rm "/etc/libvirt/qemu/networks/autostart/default.xml" } |