From 699c50132b405b3e5374e07aa46fa19511d1f8b7 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Mon, 25 Mar 2024 20:56:06 -0500 Subject: [PATCH] config: Enable ext4 journaling by default. Not having a journal by default is a major "gotcha". Power loss should not result in a broken filesystem. Signed-off-by: Jordan Woyak --- config/Config-images.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config/Config-images.in b/config/Config-images.in index c2d7af7a80b105..6f2f92643234d6 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -127,6 +127,7 @@ menu "Target Images" config TARGET_EXT4_JOURNAL bool "Create a journaling filesystem" depends on TARGET_ROOTFS_EXT4FS + default y help Create an ext4 filesystem with a journal.