#39 Add kdump anaconda addon to anaconda-tools group
Merged 7 years ago by ausil. Opened 7 years ago by yangrr.
yangrr/fedora-comps master  into  master

file modified
+1
@@ -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>

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

Can you also send a PR to apply this to f26/rawhide?

Or rather, update this PR to do so. ;)

Pull-Request has been merged by ausil

7 years ago

kevin, thanks! added another pull request #41 for f26

Metadata