diff --git a/src/modules/bootloader/main.py b/src/modules/bootloader/main.py index 4b0264cb1..7fe849842 100644 --- a/src/modules/bootloader/main.py +++ b/src/modules/bootloader/main.py @@ -230,6 +230,8 @@ def install_grub(efi_directory, fw_type): "--force", boot_loader["installPath"]]) + # The file specified in grubCfg should already be filled out + # by the grubcfg job module. check_target_env_call([libcalamares.job.configuration["grubMkconfig"], "-o", libcalamares.job.configuration["grubCfg"]])