On 15/03/2026 à 15:14, Steve McIntyre wrote:

I've just excluded partman-jfs from image builds now.
Alternative option discussed with Steve in #debian-cd:

Subject: [PATCH] Disable manual formatting with JFS

Prevent manually formatting new filesystems with JFS because of reported
kernel panic on some setups (see bug #1026259) and maintenance status in
kernel, in order to make it harder for new people to make the mistake of
using it.

Mounting an existing JFS filesystem or formatting with JFS in custom
recipes is still supported in order to not hurt people still using it.
---
 valid_filesystems/jfs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/valid_filesystems/jfs b/valid_filesystems/jfs
index 8116413..576de76 100755
--- a/valid_filesystems/jfs
+++ b/valid_filesystems/jfs
@@ -8,7 +8,6 @@ property=$3

 case $property in
     formatable)
-       echo jfs
        ;;
     existing)
        [ -f $id/detected_filesystem ] || exit 0
--
2.39.5

Reply via email to