On 2016-12-31, Thuban <thu...@yeuxdelibad.net> wrote: > Hello, > I currently use customized install60.iso images with site60.tgz set. It > works quite well, but I need to include in site60.tgz set some packages. > > For now, I used pkg_add in a rc.firsttime script, but it requires an > internet access at first boot, and it's not handy. > > Do you have any advice to include packages with dependencies in an > install cd ?
You can use siteXX.tgz to create a directory containing the tgz files for the packages you need (include the "quirks" package too). You probably still want to do the installation from rc.firsttime, you can do something like "PKG_PATH=/path/to/pkgs/ pkg_add [...]".