From 550ca9908b6ade55be63bb89a36d8826a459d83d Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Mon, 9 Feb 2026 14:25:11 -0800 Subject: [PATCH] deviceinfo: mark generate_systemd_boot as obsolete Signed-off-by: Clayton Craft Part-of: --- deviceinfo_schema.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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]