Add kdump anaconda addon to anaconda-tools group
Kdump need the addon in live cd so that anaconda can eanble the kdump setup UI during intalling phase. The kdump addon is maintained in kexec-tools as a sub-package: kexec-tools-anaconda-addon The package size is very small, the latest one for x86_64 is around 90k. Adding it does not mean to enable it by default, one need use inst.kdump_addon kernel param to enable it. Details see Fedora bug below: https://bugzilla.redhat.com/show_bug.cgi?id=1176483 https://pagure.io/fedora-kickstarts/pull-request/31 Per suggestion in the comments from above pull request here add it to anaconda-tools package group. Tested-by: Tong Li <tonli@redhat.com>
This commit is contained in:
parent
b61ad2a702
commit
439c13c552
@ -56,6 +56,7 @@
|
||||
<packagereq>grub2-efi</packagereq>
|
||||
<packagereq>hfsplus-tools</packagereq>
|
||||
<packagereq>iscsi-initiator-utils</packagereq>
|
||||
<packagereq>kexec-tools-anaconda-addon</packagereq>
|
||||
<packagereq>lvm2</packagereq>
|
||||
<packagereq>mactel-boot</packagereq>
|
||||
<packagereq>mdadm</packagereq>
|
||||
|
Loading…
Reference in New Issue
Block a user