moby: kernel: clarify that NO_HZ_IDLE & co are needed for boot

This commit is contained in:
2024-09-24 04:05:27 +00:00
parent 99ab05a928
commit b2bceb3d0c

View File

@@ -98,6 +98,7 @@ linux_latest.override {
STANDALONE = lib.mkForce yes;
IO_STRICT_DEVMEM = no;
RUNTIME_TESTING_MENU = lib.mkForce yes;
# TODO: at least one of these is actually required for boot.
PREEMPTION = yes;
PREEMPT = lib.mkForce yes;