Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support both compressed and uncompressed modulesHEADmaster | H. P. | 2021-06-08 | 1 | -17/+25 |
| | | | | | Since the NVIDIA drivers from rpmfusion switched to uncompressed modules for Fedora's FC33, we will now support both .ko.xz and .ko files. | ||||
* | more and sorted output, no arbitrary re-compr. | H. P. | 2021-04-30 | 1 | -7/+43 |
| | | | | | | | - Output will now simply tell what went fine and what not - We will not recompress if we notice a module was already signed, instead, we will simply remove the decompressed file. So: xz -k, check, rm | ||||
* | initial commit | H. P. | 2021-01-28 | 1 | -0/+56 |