mirror of
https://github.com/clearlinux/clr-boot-manager.git
synced 2026-04-28 19:03:44 +00:00
In some cases users will want to remove kernels from their systems outside an update workflow. This is fairly painful to do manually so add a command to handle the operation which removes both the /boot data and configuration files as well as the /usr data. The default symlink for a kernel type will remain as this is something that the update mechanism should be in control of and figuring out what would be the fallback is out of cbm's scope. Signed-off-by: William Douglas <william.douglas@intel.com>