| PXEboot: finding a home for install.cfg When trying to get a install.cfg together for an unattended installation of FreeBSD (also known as a jumpstart), there are several manuals on the web to help and invariably they state: Quote: |
sysinstall(8) will first look for the file /install.cfg on the root file system which sets installation parameters. This file can also be used to script sysinstall. When the execution exits, sysinstall will return to the interactive mode.
| The question is where does this install.cfg file go? I have an ISO image burned on a CD disk and I can create an install.cfg file, but how do I make sysinstall look for this file? |