Well, I use /boot as a mount point because I can use the same /boot filesystem for different releases.
/boot itself doesn't care what distribution you are using. All that is required is that the boot program (grub/lilo/grub2/...) have access to it to load a kernel, load an initrd, and pass parameters to the kernel when started.
Thus, you can use the SAME /boot for multiple distributions, using different kernels, and different initrd files, and still have one boot menu.
|