I use /etc/synthetic.conf to create symbolic links to my root directory in OS X Catalina. Is this capability preserved in Monterey? Or is there a different method? I need to know before I upgrade.
My symbolic links still work in Monterey. eg
cat /etc/synthetic.conf
srv System/Volumes/Data/srv
Remember to use tabs.
man synthetic.conf
synthetic.conf specifies a single synthetic entity per line. Each line may have one or two columns, separated by a tab character. If a line has a single column, it denotes a virtual empty directory to be created at /. If a line has two columns, it denotes a symbolic link at / whose link target is given in the second column.
Big Sur thread: https://developer.apple.com/forums/thread/670391