distro/rhel90: include qemu-guest-agent in qcow2
Fixes COMPOSER-990 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
c37705e7d5
commit
4c16b2f77e
2 changed files with 2 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ func TestImageType_BasePackages(t *testing.T) {
|
|||
"oddjob-mkhomedir",
|
||||
"psmisc",
|
||||
"python3-jsonschema",
|
||||
"qemu-guest-agent",
|
||||
"redhat-release",
|
||||
"redhat-release-eula",
|
||||
"rsync",
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ var packages = struct {
|
|||
"oddjob-mkhomedir",
|
||||
"psmisc",
|
||||
"python3-jsonschema",
|
||||
"qemu-guest-agent",
|
||||
"redhat-release",
|
||||
"redhat-release-eula",
|
||||
"rsync",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue