From 3f5cc734d9aaeb84f7931ece779a9b8a44bbf78f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 18 Jan 2020 22:55:57 +0100 Subject: [PATCH] pmb.config: add deviceinfo_boot_part_start Fixes: 9f1dd64fa102 ("install/partition: allow specifying a different boot partition start (!1856)") --- pmb/config/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 290d7122..e7b2a0a8 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -295,6 +295,7 @@ deviceinfo_attributes = [ "sd_embed_firmware", "sd_embed_firmware_step_size", "partition_blacklist", + "boot_part_start", # weston "weston_pixman_type",