Is there a way to disable the cachyos repo for specific packages? #547
Replies: 1 comment
-
nvm, I just found out about the cachyos kernel manager's extensive and very clean ui for customising exactly this, lol. closing as solved! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Packages like
linux-cachyos
andlinux-cachyos-headers
, well...I'd like to install it through the AUR PKGBUILD for a few reasons: 1. I use multiple kernels not all CachyOS, and thus need standardnvidia-open-dkms
drivers, which means I can't install the binary prebuilt as it doesn't function properly, 2. I like to put my own optimisations into the kernel within tuning, PGO/LTO, etc, given I'm using a fully customised build system optimised for runtime, and 3. well...it's just nicer to compile my own kernel, I like to patch it during build time with my own patches. So I'm curious if there's a way I can do something likeIgnorePkg = cachyos-v3/linux-cachyos cachyos-v3/linux-cachyos-headers
, then pull it directly fromaur/linux-cachyos aur/linux-cachyos-headers
as I normally do.Beta Was this translation helpful? Give feedback.
All reactions