diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-23 18:17:07 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-01 02:42:26 +0200 |
commit | 9ca4009fc810fd8ef4825c5e5cc7ad8d745cf279 (patch) | |
tree | cad4e44f00a0e1f9f84b1aa16ce546d0dcbaf9de /perl-install/NEWS | |
parent | ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2 (diff) | |
download | drakx-9ca4009fc810fd8ef4825c5e5cc7ad8d745cf279.tar drakx-9ca4009fc810fd8ef4825c5e5cc7ad8d745cf279.tar.gz drakx-9ca4009fc810fd8ef4825c5e5cc7ad8d745cf279.tar.bz2 drakx-9ca4009fc810fd8ef4825c5e5cc7ad8d745cf279.tar.xz drakx-9ca4009fc810fd8ef4825c5e5cc7ad8d745cf279.zip |
(install_raw_grub2) rename /boot/efi as /boot/EFI
Mageia mounts the ESP as /boot/EFI and thes grub2 looks at /boot/EFI/EFI
But some windows installation end in having /boot/EFI/efi (lowercase)
Rename the directory as upercase if needed so that grub2-install doesn't
fail (mga#22395)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 75aeebeab..bcaa94e96 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -2,6 +2,7 @@ o it's now possible to set labels on exfat - drakboot: o do not try to enable non existing acpi service + o rename /boot/efi as /boot/EFI if needed (mga#22395) - fix services::running_systemd() - service_harddrake: recognise noxconf boot command line option (disables creation of xorg.conf, allowing X server to configure itself) |