Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Enable ext4 journaling by default. #14977

Merged
merged 1 commit into from Mar 29, 2024

Commits on Mar 29, 2024

  1. config: Enable ext4 journaling by default.

    Not having a journal by default is a major "gotcha".
    
    Because openwrt does not fsck on boot, a power loss without journaling
    can result in a dirty filesystem that openwrt will mount as read-only
    which requires intervention to restore the router to working order.
    
    Signed-off-by: Jordan Woyak <jordan.woyak@gmail.com>
    jordan-woyak authored and hauke committed Mar 29, 2024
    Copy the full SHA
    f9f2426 View commit details
    Browse the repository at this point in the history