calamares/src
Kevin Kofler ec7c5a4611 [bootloader] Fix sb-shim mode to write grub.cfg into the ESP
src/modules/bootloader/main.py (install_secureboot): Run the configured
grubMkconfig command (should be `grub-mkconfig` or `grub2-mkconfig`) to
create `/boot/efi/EFI/$efi_bootloader_id/grub.cfg`. The sb-shim is just
a chainloader to GRUB 2, which expects a grub.cfg in that location, so
something has to create it or the installed system will not boot beyond
the GRUB rescue shell.
(install_grub): Fix misleading comment above the grubMkconfig call: it
is not the file specified in grubCfg that should be already filled out
by the grubcfg job module, that file is written by `grub*-mkconfig`
using `/etc/default/grub` as the input file. It is that input file
`/etc/default/grub` that should already be filled out by the grubcfg job
module. (The same input file is used in install_secureboot.)
2019-05-12 16:11:35 +02:00
..
branding Changes: document license module changes 2019-04-24 07:13:06 -04:00
calamares [libcalamares] Remove Typedefs.h 2019-05-07 09:51:23 -04:00
libcalamares [libcalamares] Support looking up translation by 2-letter country 2019-05-10 14:44:54 -04:00
libcalamaresui [libcalamaresui] Fix sidebar label for setup mode 2019-05-08 12:29:01 +02:00
modules [bootloader] Fix sb-shim mode to write grub.cfg into the ESP 2019-05-12 16:11:35 +02:00
qml QML: apply translation to the slide counter 2018-03-09 07:21:16 -05:00
CMakeLists.txt [modules] The modules can include libcalamares and libcalamaresui 2019-05-07 07:48:40 -04:00