I am trying to configure the boot of a diskless workstation. I got it thanks to the documentation. I have configured directories /etc and /var for writing. I figured out how to do this by looking at the file rc.initdiskless and other documentation. The diskless workstation now boots normally for me.
But I do not understand in any way how to make other directories (not root filesystems) available for writing.
For example, I want to make a directory /usr/local/etc/X11/xorg.conf.d/ writable. I want this directory to contain all the files from the template, so that I can write other files to this directory. This directory must be in memory like /etc and /var. Is it possible to do this with a rc.initdiskless or some other way?
But I do not understand in any way how to make other directories (not root filesystems) available for writing.
For example, I want to make a directory /usr/local/etc/X11/xorg.conf.d/ writable. I want this directory to contain all the files from the template, so that I can write other files to this directory. This directory must be in memory like /etc and /var. Is it possible to do this with a rc.initdiskless or some other way?