diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2024-12-16 18:13:08 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-12-16 19:54:32 +0100 |
commit | 930d65ccca8193a8cb635099c55852b677f5d58a (patch) | |
tree | 9adc7471d9f3662092b9b85a2b2f6da27943fcd8 /mkosi.conf | |
parent | hwdb: fix key toggle touchpad for VAIO VJFH52 (#35645) (diff) | |
download | systemd-930d65ccca8193a8cb635099c55852b677f5d58a.tar.xz systemd-930d65ccca8193a8cb635099c55852b677f5d58a.zip |
mkosi: temporarily disable panic_on_warn
Due to a BTRFS issue in kernel 6.12 (and backported in Ubuntu to 6.8)
there's a warning triggered by some tests, and it then causes a panic.
The BTRFS issue has a patch but it is not available in any distro yet,
so disable panic_on_warn until it reaches Arch and Ubuntu Noble. Bugs
have been filed.
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mkosi.conf b/mkosi.conf index a5d4eab23b..5622667078 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -74,7 +74,8 @@ KernelCommandLine= oops=panic panic=-1 softlockup_panic=1 - panic_on_warn=1 + # Disabled due to BTRFS issue, waiting for the fix to become available + panic_on_warn=0 psi=1 KernelModulesInitrdExclude=.* |