* On 2015-08-06 at 01:47 BST, Eric wrote: > Is there a way to have it packaged with the installer, so it doesn't > need to reach out to the internet. For example, external connections > are explicitly bocked
pkgin is for installing packages, so if you can't get to the Internet then you can't install packages, and including an outdated pkg_summary with the image will not help you. If you want to set up your own mirror of the package repository then that's possible. All the servers offer rsync, so all you need to do is fetch the package sets you are interested in, serve them via HTTP on your local network, then update: /opt/local/etc/pkgin/repositories.conf /opt/local/etc/pkg_install.conf to point to your local URL instead. -- Jonathan Perkin - Joyent, Inc. - www.joyent.com ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
