Fix Limine Installer search path
One feature of Limine Installer is that it is able to search for installed Linuxes and generate entries for 'limine.cfg'.
Forum member nnriyer found a bug:
https://forum.puppylinux.com/viewtopic.php?p=100954#p100954
Thanks for reporting that. Fixed, see github commit:
https://github.com/bkauler/woofq/commit/4a30a56f4a90a6125a930ed7af28cb6f486a7116
Looking at the code, I saw another bug; Limine only recognizes
ext2/3/4 and fat12/16/32 filesystems. However, the 'find-installations'
script searches also ntfs and f2fs filesystems, looking for Linux
kernels. Fixed, see commit:
https://github.com/bkauler/woofq/commit/cc889b91153a7332b4f0f46369ca717ca4146a71
...this is a limitation of Limine; if a Linux installation has kernel
and initramfs files not in ext2/3/4 or fat12/16/32 filesystem, then
Limine will not be able to boot it.
For those new to Limine, here is an introduction page:
https://easyos.org/install/limine-bootloader.html
Tags: easy