Hi, I been using
release
more than happy with the results, a custom image from my src.conf and my kernel conf
with installer included
but I want to go any deeper, is any way to custom more the image?
like make a chroot to the build directory and install some basic packages..like nano
make a custom loader.conf and rc.conf file ,or add a user and put some content in their home directory
for "post-install" steps
for example:
(taken from the release man page with a littles changes..)
in some point of the process, maybe make a chroot,make the changes and go on?
release
more than happy with the results, a custom image from my src.conf and my kernel conf
with installer included
but I want to go any deeper, is any way to custom more the image?
like make a chroot to the build directory and install some basic packages..like nano
make a custom loader.conf and rc.conf file ,or add a user and put some content in their home directory
for "post-install" steps
for example:
(taken from the release man page with a littles changes..)
Code:
cd /usr/src
make -j[cpus] buildworld buildkernel
cd release
make obj
make release
make install DESTDIR=/var/freebsd-snapshot
in some point of the process, maybe make a chroot,make the changes and go on?