Skip to content

Commit

Permalink
config: Enable ext4 journaling by default.
Browse files Browse the repository at this point in the history
Not having a journal by default is a major "gotcha".
Power loss should not result in a broken filesystem.

Signed-off-by: Jordan Woyak <jordan.woyak@gmail.com>
  • Loading branch information
jordan-woyak committed Mar 27, 2024
1 parent 79e9ce3 commit 699c501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/Config-images.in
Expand Up @@ -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.

Expand Down

0 comments on commit 699c501

Please sign in to comment.