mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
In the current system we depend on the legacy boot infrastructure, which has been provided by clr-boot-manager in the way of compatibility scripts. These scripts all do the same thing, which is to invoke clr-boot-manager with the "update" subcommand. Given that clr-boot-manager doesn't need to know the context of the operation, i.e. it is able to deduce whether kernel or bootloaders need updating, regardless, it makes little sense to use any of these scripts, and we should begin to deprecate them. In clr-boot-manager 2.0, we will look to remove these compat scripts completely, however they will continue to exist until then to facilitate necessary format bumps, etc. Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>