Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Each scheduler is optimized for different use cases. We recommend testing each o
### Filesystem & Memory

- **ZFS Support**: Built-in ZFS filesystem support with pre-compiled modules
- **NVIDIA Integration**:
- **NVIDIA Integration**:
- Proprietary NVIDIA driver modules with patches
- Open-source NVIDIA driver support
- Ready-to-use modules in repository
Expand Down Expand Up @@ -315,18 +315,18 @@ emaint sync -r CachyOS-kernels
COPR repository with multiple kernel variants:

- `linux-cachyos-bore`
- `linux-cachyos-rt-bore`
- `linux-cachyos-rt-bore`
- `linux-cachyos-bore-lto`
- `linux-cachyos-lts`

**Maintainer:** [bieszczaders](https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos/)
**Maintainer:** [bieszczaders](https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos/)
**Installation:** Visit the [COPR page](https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos/) for setup instructions

### NixOS

Precompiled kernels available through the Chaotic-AUR Nyx repository:

**Repository:** [chaotic-cx/nyx](https://github.com/chaotic-cx/nyx)
**Repository:** [chaotic-cx/nyx](https://github.com/chaotic-cx/nyx)
**Setup:** Follow the [installation guide](https://github.com/chaotic-cx/nyx#how-to-use-it)

## Support & Community
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-bmq/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-deckify/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-hardened/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-lts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-lts/auto-cpu-optimization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ case $MARCH in
emeraldrapids) MARCH=EMERALDRAPIDS;;
esac

# If doesn't match, re-use the arch name (uppercased)
# If doesn't match, reuse the arch name (uppercased)

# Display detected CPU and apply optimization
echo "----------------------------------"
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ prepare() {
echo "Selecting '$_hugepage' TRANSPARENT_HUGEPAGE config..."

# Enable Clang AutoFDO
# Add additonal check if Thin or Full LTO is enabled otherwise die
# Add additional check if Thin or Full LTO is enabled otherwise die
if [ "$_autofdo" = "yes" ]; then
scripts/config -e AUTOFDO_CLANG
fi
Expand Down Expand Up @@ -610,7 +610,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rt-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ prepare() {
echo "Selecting '$_hugepage' TRANSPARENT_HUGEPAGE config..."

# Enable Clang AutoFDO
# Add additonal check if Thin or Full LTO is enabled otherwise die
# Add additional check if Thin or Full LTO is enabled otherwise die
if [ "$_autofdo" = "yes" ]; then
scripts/config -e AUTOFDO_CLANG
fi
Expand Down Expand Up @@ -612,7 +612,7 @@ _package() {

echo "Installing modules..."
ZSTD_CLEVEL=19 make "${BUILD_FLAGS[@]}" INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
DEPMOD=/does-not/exist modules_install # Suppress depmod

# remove build links
rm "$modulesdir"/build
Expand Down