We have a cluster system with master and several nodes. I have set up a PXE netboot of ubuntu kernel 5.4.0-91 from the master. The nodes load the initramfs and end up in the busybox.
Now I want to customize the initramfs to automatically do the following task: the nodes shall mount a directory from the master via nfs and execute a script there.
How to properly implement that?