diff --git a/system/installer/Calamares/files/pisilocalayar.patch b/system/installer/Calamares/files/pisilocalayar.patch index 0e8c959204..7b20b40ddd 100644 --- a/system/installer/Calamares/files/pisilocalayar.patch +++ b/system/installer/Calamares/files/pisilocalayar.patch @@ -114,3 +114,15 @@ diff -Nuar calamares-3.2-rc3/src/modules/partition/gui/EncryptWidget.cpp calamar connect( m_encryptCheckBox, &QCheckBox::stateChanged, this, &EncryptWidget::onCheckBoxStateChanged ); +diff -Nuar a/src/modules/bootloader/main.py b/src/modules/bootloader/main.py +--- a/src/modules/bootloader/main.py 2018-01-30 13:26:29.000000000 +0300 ++++ b/src/modules/bootloader/main.py 2018-03-19 16:58:13.000000000 +0300 +@@ -297,7 +297,7 @@ + # by the grubcfg job module. + check_target_env_call([libcalamares.job.configuration["grubMkconfig"], + "-o", libcalamares.job.configuration["grubCfg"]]) +- ++ check_target_env_call(["grub2-mkconfig","-o","/boot/grub2/grub.cfg"]) + + def vfat_correct_case(parent, name): + for candidate in os.listdir(parent):