Add the ability to specify custom location for grub.cfg
Why is this needed
Ubuntu 24.04 cloud image mounts the /boot partition. The default /boot/grub/grub.cfg location is invalid when we mount the partition. The location when there is a /boot partition is grub/grub.cfg.
Fixes: #142
How Has This Been Tested?
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have:
[ ] updated the documentation and/or roadmap (if required)
Description
Add the ability to specify custom location for grub.cfg
Why is this needed
Ubuntu 24.04 cloud image mounts the
/boot
partition. The default/boot/grub/grub.cfg
location is invalid when we mount the partition. The location when there is a/boot
partition isgrub/grub.cfg
.Fixes: #142
How Has This Been Tested?
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: