cracauer@
Developer
If you have a separate /boot partition you can't just mount it at /boot after the system it up. That is because all the boot stuff is in a subdirectory boot/, so you would end up with e.g. /boot/boot/kernel/kernel and updates would go into the wrong place.
Is there a more elegant way to solve this than mounting the partition elsewhere and then use a NULL mount to /boot?
I don't think I can configure this since /boot/loader.conf already hardcodes the directory before loader.conf is loaded.
Is there a more elegant way to solve this than mounting the partition elsewhere and then use a NULL mount to /boot?
I don't think I can configure this since /boot/loader.conf already hardcodes the directory before loader.conf is loaded.