https://github.com/rhinstaller/kdump-anaconda-addon
Anaconda addon for configuring kdump
https://github.com/rhinstaller/kdump-anaconda-addon
Last synced: about 1 year ago
JSON representation
Anaconda addon for configuring kdump
- Host: GitHub
- URL: https://github.com/rhinstaller/kdump-anaconda-addon
- Owner: rhinstaller
- License: gpl-2.0
- Created: 2014-04-02T05:14:44.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T07:09:22.000Z (over 1 year ago)
- Last Synced: 2025-04-29T08:23:47.375Z (over 1 year ago)
- Language: Python
- Size: 527 KB
- Stars: 4
- Watchers: 7
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is an anaconda addon for configuring kdump. To use, copy the
com_redhat_kdump directory into /usr/share/anaconda/addons on your
installation media.
The syntax of the addon's kickstart section is:
%addon com_redhat_kdump (--enable|--disable) --reserve-mb=
%end
For ppc64 machine, if firmware assisted dump mode is supported, you can add
extra kickstart option --enablefadump
Note that support for arguments on the %addon line was added in
anaconda-21.23. See anaconda commit 3a512e4f9e15977f0ce2d0bbe39e841b881398f3,
https://bugzilla.redhat.com/show_bug.cgi?id=1065674