aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-04-03 00:46:05 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-04-03 00:46:05 +0200
commitf6f93b59dd7fc280cb03b1a3ad2261c4d7318af4 (patch)
treee57a777bfaf77ca04239bf02bcfa145ce1831367 /community/alpine-make-vm-image/only-qemu-img-is-needed.patch
parente25c15766f5a036de0fc7290cba7b98ef41b46ec (diff)
downloadaports-f6f93b59dd7fc280cb03b1a3ad2261c4d7318af4.tar.bz2
aports-f6f93b59dd7fc280cb03b1a3ad2261c4d7318af4.tar.xz
community/alpine-make-vm-image: move from testing
Diffstat (limited to 'community/alpine-make-vm-image/only-qemu-img-is-needed.patch')
-rw-r--r--community/alpine-make-vm-image/only-qemu-img-is-needed.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/alpine-make-vm-image/only-qemu-img-is-needed.patch b/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
new file mode 100644
index 0000000000..9a34173744
--- /dev/null
+++ b/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
@@ -0,0 +1,14 @@
+qemu-nbd is already provided by subpackage qemu-img, so we don't need to
+install qemu package.
+
+--- a/alpine-make-vm-image
++++ b/alpine-make-vm-image
+@@ -320,7 +320,7 @@
+ if [ "$INSTALL_HOST_PKGS" = yes ]; then
+ einfo 'Installing needed packages on host system'
+
+- _apk add -t $VIRTUAL_PKG qemu qemu-img
++ _apk add -t $VIRTUAL_PKG qemu-img
+ install_fs_tools "$ROOTFS"
+ fi
+