Unnamed repository
bbd2e7d30a
Resolves: bz816864 currently kexec-tools maintains kdump dracut modules as below dir hierarchy: [dave@localhost fedpkg]$ tree kexec-tools/kdump_dracut_modules kexec-tools/kdump_dracut_modules `-- 99kdumpbase |-- kdump.sh `-- module-setup.sh But in kexec-tools.spec, sources line is below: Source100: dracut-files.tbz2 So we need to manually generate the dracut-files.tbz2, upload it, modify the sources file which contains the md5sum of these binaies, and then do the building. The more headache problem is this make local tests of changes to kdump module hard. To ease future work, move the files to TOPDIR, cp the sources instead. Thanks for help from dzickus [v1->v2]: Also remove dracut-files.tbz2 from sources file ChaoWang: add prefix to dracut files |
||
---|---|---|
po | ||
.gitignore | ||
98-kexec.rules | ||
dracut-kdump.sh | ||
dracut-module-setup.sh | ||
dracut-monitor_dd_progress | ||
firstboot_kdump.py | ||
kdump.conf | ||
kdump.conf.5 | ||
kdump.init | ||
kdump.service | ||
kdump.sysconfig | ||
kdump.sysconfig.i386 | ||
kdump.sysconfig.ia64 | ||
kdump.sysconfig.ppc64 | ||
kdump.sysconfig.x86_64 | ||
kdumpctl | ||
kexec-kdump-howto.txt | ||
kexec-tools-2.0.3-disable-kexec-test.patch | ||
kexec-tools.spec | ||
mkdumprd | ||
mkdumprd.8 | ||
sources |