What I want to accomplish:
I can load mfs-bsd over PXE, log in as root and go through the manual installation. As far as I understand, the older versions used install.cfg placed in the distro's root for an unattended install. Now, with bsdinstall, it is not clear for me, what triggers the unattended installation? There are bsdinstall 'targets', but they imply user interaction, don't they?
Or should I ask, is a kickstart-style unattended installation possible with FreeBSD in the first place?
- basic installation of FreeBSD over network using pxe and a file with pre-configured install options, passed as a boot parameter (similar to Redhat's Kickstart);
- run a post-install script that would install Puppet
- the rest is handled by Puppet based on a node name.
I can load mfs-bsd over PXE, log in as root and go through the manual installation. As far as I understand, the older versions used install.cfg placed in the distro's root for an unattended install. Now, with bsdinstall, it is not clear for me, what triggers the unattended installation? There are bsdinstall 'targets', but they imply user interaction, don't they?
Or should I ask, is a kickstart-style unattended installation possible with FreeBSD in the first place?