Offline air-gapped "freebsd-update fetch"

Chris Stankevitz chrisstankevitz at gmail.com
Mon Jun 15 16:39:56 UTC 2015


On Sun, Jun 14, 2015 at 2:39 PM, Chris Stankevitz
<chrisstankevitz at gmail.com> wrote:
> How can I perform/simulate a "freebsd-update fetch" on an air-gapped
> disconnected offline computer running FreeBSD-10.1-RELEASE?

Will this work:

1. wget -m http://update.freebsd.org/10.1-RELEASE/amd64/
2. Copy the files to your air-gapped FreeBSD box
3. "python -m SimpleHTTPServer"
4. Modify freebsd-update.conf to point to localhost
5. freebsd-update fetch

Chris


More information about the freebsd-questions mailing list