So I finally got around to write my own installer for Cauldron, been thinking about doing it for years. I have a perfectly working basesystem-minimal now but there is one problem I can't really figure out. I'm only using systemd-boot as bootloader and it only supports fat32 so I mount a fat32 boot partition right onto /boot. I found out that the kernel wants to make symlinks to vmlinuz and its friends in /boot but afaik fat32 doesn't support symlinks. What I want is that /boot/vmlinuz should always load the latest installed kernel. Looking at the kernel builsdscripts gives clues atleast. It first runs the (old) script installkernel and after that tries to make symlinks. But this must be fixable somehow??
https://svnweb.mageia.org/packages/caul ... 8102#l1714