Skip to content

docs: pin OEM kernel to 6.14 stream#168

Merged
MioYuuIH merged 2 commits into
developfrom
issue-167-oem-kernel-meta
Jul 9, 2026
Merged

docs: pin OEM kernel to 6.14 stream#168
MioYuuIH merged 2 commits into
developfrom
issue-167-oem-kernel-meta

Conversation

@MioYuuIH

@MioYuuIH MioYuuIH commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace the unavailable exact OEM kernel ABI package in the README with the 6.14 OEM stream meta package
  • update PXE rootfs package lists to use the 6.14 OEM image/header stream meta packages
  • keep installation guidance on the 6.14 kernel stream while avoiding repeated updates for 6.14.0-10xx ABI package rotations

Verification

  • rg "6.14.0-1018-oem|6.14.0-1020-oem|linux-oem-24.04|linux-headers-oem-24.04|linux-oem-6.14|linux-image-oem-6.14|linux-headers-oem-6.14" README.md deploy/ansible
  • GIT_MASTER=1 git diff --check
  • python3 -c 'import yaml, sys; [yaml.safe_load(open(path, encoding="utf-8")) for path in sys.argv[1:]]; print("yaml ok")' deploy/ansible/playbooks/pb-pxe-controller.yml deploy/ansible/roles/pxe_controller/defaults/main.yml
  • apt-cache policy linux-oem-6.14 linux-image-oem-6.14 linux-headers-oem-6.14

Closes #167

@MioYuuIH MioYuuIH requested a review from KerwinTsaiii as a code owner July 9, 2026 04:51
@MioYuuIH MioYuuIH changed the title docs: use OEM kernel meta packages docs: pin OEM kernel to 6.14 stream Jul 9, 2026
@MioYuuIH MioYuuIH self-assigned this Jul 9, 2026
@MioYuuIH MioYuuIH linked an issue Jul 9, 2026 that may be closed by this pull request
@MioYuuIH MioYuuIH merged commit 2147fcb into develop Jul 9, 2026
5 checks passed
@MioYuuIH MioYuuIH deleted the issue-167-oem-kernel-meta branch July 9, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update README to use linux-image-6.14.0-1020-oem

1 participant