When PXE booting a "modern" kernel, like 5.15+, does the kernel always use file /init (file)? Or does it still needs / asks for /linuxrc file?
I mean if /linuxrc (file or link) is missing, is /init file sufficient for all the cases?
I learnt that /linuxrc was used for RAM-disk booting (like PXE also), but our tc is initFS booting (not ram disk blocks, but tempFS 4K cache).
I try to understand why we have /linuxrc link to /bin/busybox in kernel ver 5.15.