Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxgrub: Fix check if GRUB is installed on ESP
The condition checked for a directory, but it’s a file, and therefore GRUB was always installed anew on the ESP. With the fixed condition it works now. $ sudo mxgrub mariux-5.12.0-381 mount -L ESP /boot/efi GRUB for UEFI is already installed. umount /boot/efi GRUB is already installed in MBR. grub-editenv - set chosen=all-other-kernel>mariux-5.12.0-381 Resolves: #180
- Loading branch information