bootloader
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user