mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-24 19:57:24 +00:00
We should not default to use the underlying OS files and binaries for grub installs as we may be on a takeover scenario in which the underlying OS does not provide the needed files. This moves the grub binary and files to be provided by the source rootfs and moves the grubOptions hook to use the go libraries directly instead of shelling out to another binary Signed-off-by: Itxaka <itxaka@kairos.io>