I am new to jails, and following the handbook for making a template https://www.freebsd.org/doc/handbook/jails-application.html, when I get to step 4, under 15.5.1
it fails, with this error
What am I doing wrong?
mergemaster -t /home/j/skel/var/tmp/temproot -D /home/j/skel -iit fails, with this error
Code:
*** Creating and populating directory structure in /home/j/skel/var/tmp/temproot
install: illegal option -- l
usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** FATAL ERROR: Cannot 'cd' to /usr/src and install files to
the temproot environment
What am I doing wrong?