Skip to content

Commit 10ed8cd

Browse files
committed
Revert "mkosi: temporarily disable panic_on_warn"
The BRTFS issue that caused a spurious WARN has been fixed and backported to Noble, so we can enable panic_on_warm again. This reverts commit 930d65c.
1 parent a035eaa commit 10ed8cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mkosi/mkosi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ KernelCommandLine=
7878
oops=panic
7979
panic=-1
8080
softlockup_panic=1
81-
# Disabled due to BTRFS issue, waiting for the fix to become available
82-
panic_on_warn=0
81+
panic_on_warn=1
8382
psi=1
8483
mitigations=off
8584

0 commit comments

Comments
 (0)