Update linux kernel to 6.18-rc6 tag

This commit is contained in:
Ameer Hamza
2025-11-17 19:06:40 +05:00
parent b7d58cfaf5
commit 812d59a9e5

View File

@@ -368,7 +368,7 @@ sources:
- "apt install -y wget xz-utils"
- name: kernel
repo: https://github.com/truenas/linux
branch: truenas/linux-6.12
branch: NAS-137494-rc6
batch_priority: 0
supports_ccache: true
env:
@@ -418,7 +418,7 @@ sources:
- name: openzfs
repo: https://github.com/truenas/zfs
batch_priority: 0
branch: truenas/zfs-2.4-release
branch: NAS-137494
env:
KVERS: "$(shell apt info linux-headers-truenas-production-amd64 | awk '/Source:/ { print $$2}' | sed 's/linux-//')"
KSRC: "/usr/src/linux-headers-truenas-production-amd64"