(update for dnf) |
Robtheanimoo (talk | contribs) m (Use the https! :)) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
The rawhide-kernel-nodebug repository is a yum repository containing the latest rawhide kernel built with debug turned off. This allows testers to run the most recent rawhide snapshot and test on systems where performance is a bit more critical. New kernels are built | The rawhide-kernel-nodebug repository is a yum repository containing the latest rawhide kernel built with debug turned off. This allows testers to run the most recent rawhide snapshot and test on systems where performance is a bit more critical. New kernels are built weekly, and only the newest kernel is kept in the repository. Any issues found in these kernels should be filed in bugzilla against the rawhide kernel. | ||
= Enabling the rawhide kernel nodebug repository = | = Enabling the rawhide kernel nodebug repository = | ||
<pre><nowiki> | <pre><nowiki> | ||
$ | $ sudo dnf config-manager --add-repo=https://dl.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.repo | ||
$ | $ sudo dnf upgrade | ||
</nowiki></pre> | </nowiki></pre> | ||
= Contact = | = Contact = | ||
Please send any questions or comments about the rawhide kernel nodebug repository to [https://admin.fedoraproject.org/mailman/listinfo/kernel fedora kernel mailing list] | Please send any questions or comments about the rawhide kernel nodebug repository to [https://admin.fedoraproject.org/mailman/listinfo/kernel fedora kernel mailing list] | ||
[[Category:Kernel]] |
Latest revision as of 21:57, 19 March 2023
The rawhide-kernel-nodebug repository is a yum repository containing the latest rawhide kernel built with debug turned off. This allows testers to run the most recent rawhide snapshot and test on systems where performance is a bit more critical. New kernels are built weekly, and only the newest kernel is kept in the repository. Any issues found in these kernels should be filed in bugzilla against the rawhide kernel.
Enabling the rawhide kernel nodebug repository
$ sudo dnf config-manager --add-repo=https://dl.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.repo $ sudo dnf upgrade
Contact
Please send any questions or comments about the rawhide kernel nodebug repository to fedora kernel mailing list