Skip to content

Feature Request: Custom Kernel module #530

@jokokucing

Description

@jokokucing

A module that will let users choose custom kernels. For example CachyOS Kernel on Fedora

CachyOS LTO COPR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: lowMight be supported or done in the future, but won't be prioritisedtype: featureBrand new functionality, features, pages, workflows, endpoints, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions