aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
diff options
context:
space:
mode:
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, 0 insertions, 14 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
deleted file mode 100644
index 64e337e43cc..00000000000
--- a/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-@@ -361,7 +361,7 @@
- if ! grep -q -w "$ROOTFS" /proc/filesystems; then
- modprobe $ROOTFS
- fi
-- _apk add -t $VIRTUAL_PKG qemu qemu-img $(fs_progs_pkg "$ROOTFS")
-+ _apk add -t $VIRTUAL_PKG qemu-img $(fs_progs_pkg "$ROOTFS")
- fi
-
- #-----------------------------------------------------------------------