deviceinfo: mark generate_systemd_boot as obsolete

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7949>
This commit is contained in:
Clayton Craft 2026-02-09 14:25:11 -08:00 committed by [Merge Bot]
parent b1ba6759d6
commit 550ca9908b
No known key found for this signature in database

View file

@ -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]