armbian-build/lib/functions
ColorfulRhino d638276fcc partitioning: Reduce commit mount option for btrfs and ext4 to 120
Mount option `commit=600` (=10 minutes) seems pretty high.
Reduce it to 120 for ext4 (default for ext4 is `commit=5`)
and 120 for btrfs (default for btrfs is `commit=30`) to reduce
risk of losing data on power loss.

Sources:
- https://www.kernel.org/doc/html/latest/admin-guide/ext4.html
- https://wiki.archlinux.org/title/Btrfs#Commit_interval
- https://btrfs.readthedocs.io/en/latest/Administration.html
2024-07-09 11:31:51 +02:00
..
artifacts bsp-cli/bsp-desktop: hashing fixes 2024-07-02 23:06:42 +02:00
bsp bsp-cli/bsp-desktop: hashing fixes 2024-07-02 23:06:42 +02:00
cli cli: Improve formatting on dts-check scripts with shellfmt.sh 2024-06-25 18:11:43 +02:00
compilation cli: uboot: Remove HOME workaround for old tinkerboard/xt-q8l-v10 U-Boot 2024-07-08 13:02:15 +02:00
configuration cli: main-config: Move NETWORKING_STACK config after family config 2024-07-08 16:54:36 +02:00
general Fix check CI && GITHUB_ACTIONS for GITHUB_OUTPUT to only GITHUB_ACTIONS 2024-07-04 21:35:26 +02:00
host Allow to pass docker login credentials to oras-cli for and CI environment 2024-07-04 21:35:26 +02:00
image partitioning: Reduce commit mount option for btrfs and ext4 to 120 2024-07-09 11:31:51 +02:00
logging Beautify shellfmt and add board configs to formatting list (#6910) 2024-07-08 17:00:38 +02:00
main double quote variable for consistency 2024-06-09 18:24:38 +02:00
rootfs rootfs: add comment to force rootfs rebuild (#6864) 2024-07-02 12:14:22 +02:00