make iso CUSTOM=1 BUILDWORLD=1 BUILDKERNEL=1
=> Building world ...make[1]: don't know how to make buildworld. Stop
make iso BASE=/media/MFSBSD
=> Installing configuration scripts and files ...install: /usr/home/fred/mfsbsd/tmp/mfs/etc/motd: No such file or directory
*** Error code 71
sudo make iso BASE=/media/MFSBSD/10.1-RELEASE-amd64
Installing pkgng ... done
Compressing usr ... done
Creating and compressing mfsroot ... done
Creating ISO image ... done
-rw-r--r-- 1 root wheel 41445376 Jul 21 05:08 mfsbsd-10.1-RELEASE-amd64.iso
Additional packages and files
If you want any packages installed, copy the .tbz files that should be
automatically installed into the packages/ directory.
Add any additional files into the customfiles/ directory. These will be copied
recursively into the root of the boot image.
sudo make iso BASE=/media/MFSBSD/10.1-RELEASE-amd64
Extracting base and kernel ... done
Removing selected files from distribution ... done
Installing configuration scripts and files ... done
Generating SSH host keys ... done
Copying user files ...
customfiles/ -> /usr/home/fred/mfsbsd/tmp/mfs
customfiles/fpc264.tar.gz -> /usr/home/fred/mfsbsd/tmp/mfs/fpc264.tar.gz
done
Configuring boot environment ... done
Installing pkgng ... done
Compressing usr ... done
Creating and compressing mfsroot ...makefs: `/usr/home/fred/mfsbsd/tmp/mfs' size of 118652928 is larger than the maxsize of 67108864.
*** Error code 1
I do not see any mention of customfiles in there.
CUSTOMFILESDIR=customfiles
makefs
.Creating and compressing mfsroot ...makefs: `/usr/home/fred/mfsbsd/tmp/mfs' size of 118652928 is larger than the maxsize of 67108864.
*** Error code 1
MFSROOT_MAXSIZE?=64m
MFSROOT_MAXSIZE?=2500m
sudo make iso BASE=/media/MFSBSD/10.1-RELEASE-amd64
MFSROOT_MAXSIZE
was limited to 64m ? MFSROOT_MAXSIZE
> 64 megas?BUILD says that larger files require a kernel with NKPT adjusted.
${_v}cd ${SRC_DIR} && make buildkernel KERNCONF=${KERNCONF} TARGET=${TARGET}
options NKPT=200
sudo make iso CUSTOM=1 BUILDWORLD=1 BUILDKERNEL=1
sudo make iso CUSTOM=1 BUILDWORLD=1 BUILDKERNEL=1
At least a couple of the moderators would really be happy if you capitalized "I".)
By the way, I never understood why, in English, "I" must be capitalized.