armbian-build/lib/functions/image
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
..
compress-checksum.sh Add SWITCH to define XZ compression as a parameter and leave defaults as is 2024-01-17 13:08:13 +01:00
fingerprint.sh Anonymize default build engine settings (#5865) 2023-11-15 22:00:21 +01:00
initrd.sh Raspberry Pi: Added rpi5 support and removed flash-kernel dependency (#6039) 2023-12-17 16:48:22 +01:00
loop.sh Revert "Added a call to losetup -f" 2024-05-20 15:58:51 +02:00
partitioning.sh partitioning: Reduce commit mount option for btrfs and ext4 to 120 2024-07-09 11:31:51 +02:00
rootfs-to-image.sh core: semantic change, KERNELSOURCE must be explicitly 'none' to avoid kernel compilation (not unset) 2024-01-07 18:58:36 +01:00
write-device.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00