From acf264e2620f9e6068be6d9ffb6913c469eccb14 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sat, 7 Mar 2026 15:28:05 +0100 Subject: [PATCH] deviceinfo_schema: Document default of boot_filesystem Looking at pmbootstrap, the default value is 'ext2'. Document that. Part-of: --- deviceinfo_schema.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deviceinfo_schema.toml b/deviceinfo_schema.toml index a3a989d17..820bbe7f9 100644 --- a/deviceinfo_schema.toml +++ b/deviceinfo_schema.toml @@ -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"