f40: Add sdubby to list of package that may be needed by anaconda
Now that the sdubby has been reviewed, it needs to be included in the list of packages that anaconda _may_ install on the target machine. It should not be installed in the install media/etc which is grub based, and is explicitly marked as conflicting with grubby to avoid that. Futher to avoid grubby and sdubby from both being installed on live media there is a change in fedora-live-base.ko which excludes sdubby from live media. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
This commit is contained in:
parent
7afe60ee1f
commit
8a0b99cd94
@ -87,6 +87,7 @@
|
||||
<packagereq type="mandatory">realmd</packagereq>
|
||||
<packagereq arch="s390x" type="mandatory">s390utils</packagereq>
|
||||
<packagereq arch="s390x" type="mandatory">s390utils-base</packagereq>
|
||||
<packagereq arch="aarch64,x86_64" type="mandatory">sdubby</packagereq>
|
||||
<packagereq arch="aarch64" type="mandatory">shim-aa64</packagereq>
|
||||
<packagereq arch="x86_64" type="mandatory">shim-ia32</packagereq>
|
||||
<packagereq arch="x86_64" type="mandatory">shim-x64</packagereq>
|
||||
|
Loading…
x
Reference in New Issue
Block a user