Adjust partition formatting and mount options

Format the root partition with the metadata_csum option

Format the boot partition with 4 sectors per cluster for a slight performance boost

Remove 'flush' mount option from the boot partition
This commit is contained in:
Serge Schneider
2022-05-04 15:21:12 +01:00
parent d3105c68ab
commit 00da85177c
5 changed files with 9 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
{
"filesystem_type": "FAT",
"label": "boot",
"mkfs_options": "-F 32",
"mkfs_options": "-F 32 -s 4",
"partition_size_nominal": BOOT_NOM,
"uncompressed_tarball_size": BOOT_SIZE,
"want_maximised": false,

View File

@@ -1,5 +1,7 @@
UNRELEASED:
*
* Format the root partition with the metadata_csum option
* Format the boot partition with 4 sectors per cluster for a slight performance boost
* Remove 'flush' mount option from the boot partition
2022-04-04:
* Default "pi” user has been removed; the first-boot wizard enforces the creation of a new user account
* rename-user script added to allow existing users to be renamed by temporarily rebooting to cut-down first-boot wizard