Add nvme-cli to anaconda-tools on F38 and F39

blivet wants to install nvme-cli when installing to an NVMe
device, since 0ea38c97 (landed in F38).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-04-12 16:35:12 -07:00
parent c78523b610
commit bd88e62a6d
2 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@
<packagereq arch="x86_64" type="mandatory">mactel-boot</packagereq>
<packagereq type="mandatory">mdadm</packagereq>
<packagereq type="mandatory">ntfsprogs</packagereq>
<packagereq type="mandatory">nvme-cli</packagereq>
<packagereq type="mandatory">realmd</packagereq>
<packagereq arch="s390x" type="mandatory">s390utils</packagereq>
<packagereq arch="s390x" type="mandatory">s390utils-base</packagereq>

View File

@ -83,6 +83,7 @@
<packagereq arch="x86_64" type="mandatory">mactel-boot</packagereq>
<packagereq type="mandatory">mdadm</packagereq>
<packagereq type="mandatory">ntfsprogs</packagereq>
<packagereq type="mandatory">nvme-cli</packagereq>
<packagereq type="mandatory">realmd</packagereq>
<packagereq arch="s390x" type="mandatory">s390utils</packagereq>
<packagereq arch="s390x" type="mandatory">s390utils-base</packagereq>