Preserve the observed boot-image arguments #104
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/linux-bootc-diagnostics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The native bootc check incorrectly required hugepages=1024. Read-only verification of the exact current d57a9611 base on worker07b866 found no hugepages boot argument and vm.nr_hugepages=0. Preserve its complete ordered eight-argument list, including serial/local console, panic, logging, SELinux, delay accounting and lockdown; reject added hugepages or preemption overrides. Do not change allocation or host configuration. Name every failed image predicate without printing sensitive contents. Red: observed baseline rejected and nine diagnostic assertions failed. Green: seven bootc tests, five artifact tests and full make check including config negatives. This changes only image validation; publication and node effects remain disabled.