Skip to content

Remove stock linux even when linux-headers is absent - #10166

Open
calledtoconstruct wants to merge 1 commit into
omacom:quattrofrom
calledtoconstruct:fix/ptl-kernel-stock-removal
Open

Remove stock linux even when linux-headers is absent#10166
calledtoconstruct wants to merge 1 commit into
omacom:quattrofrom
calledtoconstruct:fix/ptl-kernel-stock-removal

Conversation

@calledtoconstruct

Copy link
Copy Markdown

pacman -Rdd linux linux-headers aborts the whole transaction when linux-headers is not installed, so XPS Panther Lake installs kept stock linux. Remove each package on its own, and keep a failed removal from skipping the BOOT_ORDER drop-in.

Fixes #10154

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.

ptl-kernel.sh never removes the stock kernel: pacman -Rdd linux linux-headers aborts when linux-headers isn't installed, and || true hides it

1 participant