aports/testing/alpine-make-vm-image/only-qemu-img-is-needed.patch
Jakub Jirutka e200f4cf43 testing/alpine-make-vm-image: new aport
https://github.com/alpinelinux/alpine-make-vm-image
Make customized Alpine Linux disk image for virtual machines
2018-03-30 23:33:53 +02:00

15 lines
377 B
Diff

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