diff options
Diffstat (limited to 'fs/ext2/Config.in')
-rw-r--r-- | fs/ext2/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in index a1e3647a14..6f16dde17f 100644 --- a/fs/ext2/Config.in +++ b/fs/ext2/Config.in @@ -65,7 +65,12 @@ config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES config BR2_TARGET_ROOTFS_EXT2_RESBLKS 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 prompt "Compression method" |