mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
This change changes the default 'bytes-per-inode' ration from 16K to 4K, the block size. To prevent this from wasting too much space change the inode size from the default 256 to the minimum size, 128. Larger inodes are used to store extended attributes more efficiently but since we do not use SELinux the majority of files do not have security attributes. These defaults may be modified via the new `bytes_per_inode` and `inode_size` options.
Description
Languages
Shell
93.1%
Python
6.9%