diff --git a/deviceinfo_schema.toml b/deviceinfo_schema.toml index 259ff423d..78ee340c2 100644 --- a/deviceinfo_schema.toml +++ b/deviceinfo_schema.toml @@ -280,12 +280,6 @@ description = "Set this to true for EFI device, so the mkinitfs command will gen datatype = "boolean" default_value = false -[variable.flash.generate_systemd_boot] -description = "Generate the configuration for systemd-boot or gummiboot, and install it on the system." -datatype = "boolean" -default_value = false -allow_device_variant_suffix = true - [variable.flash.generate_uboot_fit_images] description = "Set `true` to generate U-boot FIT images, one image per *.its file in board's u-boot directory" datatype = "boolean" @@ -544,6 +538,11 @@ description = "Additional kernel command line. Anything in this variable gets au fate = "obsolete" epitaph = "Replaced by kernel-cmdline.d pmaports!7708" +[variable.flash.generate_systemd_boot] +description = "Generate the configuration for systemd-boot or gummiboot, and install it on the system." +fate = "obsolete" +epitaph = "No longer required to configure boot-deploy, see: boot-deploy!104" + ## Splash [variable.splash.framebuffer_landscape]