linuxmint / live-installer

A live installer for the Debian edition
56 stars 65 forks source link

Don't install EFI packages if "Install GRUB" is not checked #109

Closed 51CGO closed 4 years ago

51CGO commented 4 years ago

Disabling GRUB installlation does not disable EFI packages installation. On some systems, the installation freeze during EFI packages installation. So, if GRUB installation is disable, no bootloader package should be installed. This is what this fix does: No GRUB -> No EFI.

This is a simplier version of #107.