From e5c284bb0d1373d1a644a885237a72d1d52fde6f Mon Sep 17 00:00:00 2001 From: Luan Nunes Utimura Date: Thu, 20 Apr 2023 09:37:18 -0300 Subject: [PATCH] Add missing qemu-utils package to Debian ISO After splitting the virtualization packages (Libvirt and QEMU) from `starlingx/integ` and moving them to `starlingx/virt`, it has been observed that the `qemu-img` command is no longer present in the platform. By taking a look at the packages migrated from `starlingx/integ` [1] to `starling/virt` [2], one can see that the `qemu-utils` package was left behind in the middle of this process. Therefore, this change adds the package to the Debian ISO. [1] https://opendev.org/starlingx/integ/commit/2d3951f7130187c03ee7adf9681fcbc9c6e43118 [2] https://opendev.org/starlingx/virt/commit/886d1cc75971f9bf4c1ebf0a4fafaa1b25771186 Story: 2010317 Task: 47779 Test Plan: PASS - Build qemu package PASS - Build image PASS - Bootstrap system with built image PASS - Verify that qemu-utils was correctly added by running: $ qemu-img -V Change-Id: Iccb7d5e127173339a18f549d306af01bd06e4f62 Signed-off-by: Luan Nunes Utimura --- debian_iso_image.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian_iso_image.inc b/debian_iso_image.inc index db267ac..4dc81fd 100644 --- a/debian_iso_image.inc +++ b/debian_iso_image.inc @@ -1,16 +1,16 @@ #libvirt -libvirt0 libvirt-clients libvirt-daemon libvirt-daemon-driver-lxc libvirt-daemon-driver-qemu libvirt-daemon-driver-storage-gluster libvirt-login-shell +libvirt0 -# qemu #qemu qemu-block-extra qemu-guest-agent qemu-system-common qemu-system-data qemu-system-x86 +qemu-utils