Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grubconfigs: move the GRUB2DIR creation earlier #583

Merged
merged 1 commit into from
Dec 11, 2023

Commits on Dec 11, 2023

  1. grubconfigs: move the GRUB2DIR creation earlier

    We add the GRUB2DIR creation in ece9120 but there is an earlier
    use of that directory if there are dropins so let's move the
    creation of the directory earlier before the dropins are processed.
    
    I hit this because I'm testing out things on FCOS. Building a qemu
    and metal image works just fine, because in that case we are doing
    the MBR install using `grub2-install` and I guess that tool creates
    the directory. In the metal4k case, though, there is no BIOS install
    and thus we get here and the GRUB2DIR doesn't exist and bootupd fails.
    dustymabe committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    baccac3 View commit details
    Browse the repository at this point in the history