Moving isys.total_memory() call to class method to avoid installation hangs. It is possible because totoal_memory will call log.info which need log lock. but some loging function need import gettext module which need import lock. Thus deadlock could happen. Moved isys.total_memory callback to class method instead.
Adding a patch to kexec-tools ============================= There is a mailing list kexec@lists.fedoraproject.org where all the dicussion related to fedora kexec-tools happen. All the patches are posted there for inclusion and committed to kexec-tools after review. So if you want your patches to be included in fedora kexec-tools package, post these to kexec@lists.fedoraproject.org. One can subscribe to list and browse through archives here. https://admin.fedoraproject.org/mailman/listinfo/kexec
Description
Languages
Shell
92.1%
Roff
6.7%
Makefile
1.2%