|
@@ -65,7 +65,12 @@ config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES
|
|
|
|
|
|
config BR2_TARGET_ROOTFS_EXT2_RESBLKS
|
|
config BR2_TARGET_ROOTFS_EXT2_RESBLKS
|
|
int "reserved blocks percentage"
|
|
int "reserved blocks percentage"
|
|
- default 0
|
|
|
|
|
|
+ default 5
|
|
|
|
+ help
|
|
|
|
+ The number of blocks on the filesystem (as a percentage of the
|
|
|
|
+ total number of blocksi), that are reserved for use by root.
|
|
|
|
+ Traditionally, this has been 5%, and all ext-related tools still
|
|
|
|
+ default to reserving 5% when creating a new ext filesystem.
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "Compression method"
|
|
prompt "Compression method"
|