Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 05:29:20 -0400
From:      Rick Miller <vmiller@hostileadmin.com>
To:        "Jason C. Wells" <jasoncwells@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Bootstap pkg from dvd
Message-ID:  <CAHzLAVFhydaE7QZgv%2Bx5=spY6r93NP%2Bd3thN8uxCAq49bs6F4Q@mail.gmail.com>
In-Reply-To: <5421ea92.4f66460a.7da2.6c24@mx.google.com>
References:  <5421ea92.4f66460a.7da2.6c24@mx.google.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 23, 2014 at 5:47 PM, Jason C. Wells <jasoncwells@gmail.com>
wrote:

> How can I bootstrap pkg from the package file that exists on my dvd? I
> don't have network access.
>
> I assumed I could simply execute:
>
> # pkg bootstrap -f /cdrom/.../pkg-1.2.7.txz
>
> But the bootstrapper tries to get the file off the network.



It does, indeed, try to get it off the network.  /etc/pkg/FreeBSD.conf is
the culprit here.

Edit the repo config to use a local repo via file:///blah/ though you may
experience challenges getting it to work properly due to the ISO's
read-only nature.

Not sure what your use case is, but for me, this was one of several
challenges I encountered that steered me to using a disk image (customized
mfsBSD) to perform automated, non-interactive network installs.

HTH

--
Rick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHzLAVFhydaE7QZgv%2Bx5=spY6r93NP%2Bd3thN8uxCAq49bs6F4Q>