On December 6, 2016 1:10:47 PM GMT+01:00, Stuart Henderson <s...@spacehopper.org> wrote: >On 2016-12-06, Erling Westenvik <erling.westen...@gmail.com> wrote: >> On Tue, Dec 06, 2016 at 12:27:33AM -0800, jungle boogie wrote: >>> Reading the autoinstall page for openbsd, I don't see how I can >select what >>> packages are installed. Does that mean all packages will be >installed and >>> subsequent upgrades will also download and install all packages? >> >> When installing manually, the installer provides a prompt for all >> configurable/selectable options. For autoinstall you simply need to >> provide the same prompt in your autoinstall.conf file (without the >> question mark) along with the answer you'd give if it was a manual >> installation, like this: >> >> ---8<--- >> Set name(s) = -xbase60.tgz >> Set name(s) = -xetc60.tgz >> Set name(s) = -xshare60.tgz >> Set name(s) = -xfont60.tgz >> Set name(s) = -xserv60.tgz >> --->8--- >> >> Erling >> > >You can even do something like > >Set name(s) = -x* -game* > >Or > >Set name(s) = * site60.tgz
* should include site60.tgz. /Alexander