-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Rocky 9 install. Remove bootloader and undefined variable (#294)
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3ae2c51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sispheor Why is there no need for a bootloader in the image? Is that not needed to be able to boot once the install is done?
3ae2c51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reproduced what is already there on other Rocky images and RHEL based image.
Actually there is a post install script that expect to have only one partition. Adding the bootloader make the install fail at this step.
On MaaS the deployment is wrapped by Curtin which seems to add a bootloader in the end if not present.