custom install

Is there a configuration file within the FreeBSD 8.0 install iso that I can change which would take the defaults like country and time zone.
I am looking for an almost unattended install.
I have spent time looking at the iso files but cannot see anything obvious.
Thanks in advance.
 
You will have to create (after/during install process) /etc/localtime symlink/copy to approciate timezone from /usr/share/zoneinfo

For example I use that one:
# ls -l /etc/localtime
lrwxr-xr-x 1 root wheel 33 Feb 8 12:12 /etc/localtime -> /usr/share/zoneinfo/Europe/Warsaw
 
I could.
cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
but I was looking to remove the questions from the install screen.
 
Back
Top