I'm trying to make my own FreeBSD iso which installs kde automatically, and I found two ways.
First is extract base.txz, install all packages I need with help of chroot, repackage base.txz and put it into iso file.
Second is add a script
Which is thought to be the better way? Or is there a even better one?
BTY I don't use
Thanks!
First is extract base.txz, install all packages I need with help of chroot, repackage base.txz and put it into iso file.
Second is add a script
/usr/libexec/bsdinstall/local.post-configure
to install packages after system is installed.Which is thought to be the better way? Or is there a even better one?
BTY I don't use
/etc/installerconfig
because I may use the iso file in different environments and I want a normal installation procedure. I think /etc/installerconfig
can't do that. (I may be wrong with this.)Thanks!