deviceinfo_schema: Document default of boot_filesystem

Looking at pmbootstrap, the default value is 'ext2'. Document that.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8139>
This commit is contained in:
Luca Weiss 2026-03-07 15:28:05 +01:00 committed by The Friendly Meow (merge) Bot
parent 5e58825ad3
commit acf264e262
No known key found for this signature in database

View file

@ -374,6 +374,7 @@ description = "For devices that require dtbo populated: set dtbo partition to be
[variable.flash.boot_filesystem]
description = "Sets the filesystem used for the /boot partition containing initramfs-extra"
allow_device_variant_suffix = true
default_value = "ext2"
[variable.flash.root_filesystem]
description = "Sets the filesystem used for the / partition"