-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
priority: lowMight be supported or done in the future, but won't be prioritisedMight be supported or done in the future, but won't be prioritisedtype: featureBrand new functionality, features, pages, workflows, endpoints, etc.Brand new functionality, features, pages, workflows, endpoints, etc.
Description
A module that will let users choose custom kernels. For example CachyOS Kernel on Fedora
using this script works :
#!/usr/bin/env bash
dnf -y remove \
kernel \
kernel-* &&
rm -r -f /usr/lib/modules/*
# Enable repos
dnf -y copr enable bieszczaders/kernel-cachyos-lto
dnf -y install --setopt=install_weak_deps=False \
kernel-cachyos-lto
# Clean up repos from earlier
rm -f /etc/yum.repos.d/{*copr*}
setsebool -P domain_kernel_load_modules on
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: lowMight be supported or done in the future, but won't be prioritisedMight be supported or done in the future, but won't be prioritisedtype: featureBrand new functionality, features, pages, workflows, endpoints, etc.Brand new functionality, features, pages, workflows, endpoints, etc.