Its written in
Updating Multiple Jails
5. Now, symlink the read-write file system to the read-only file system. Ensure that the symlinks are created in the correct s/ locations as the creation of directories in the wrong locations will cause the installation to fail.
# cd /home/j/mroot
# mkdir s
# ln -s s/etc etc
but
Because, we have just created the "s" directory how can we link from the "source file" s/etc to anything?
I can not understand that.
Updating Multiple Jails
15.5.1. Creating the Template
5. Now, symlink the read-write file system to the read-only file system. Ensure that the symlinks are created in the correct s/ locations as the creation of directories in the wrong locations will cause the installation to fail.# cd /home/j/mroot
# mkdir s
# ln -s s/etc etc
but
ln
is defined as "ln -s source_file [target_file]"Because, we have just created the "s" directory how can we link from the "source file" s/etc to anything?
I can not understand that.