Re: pkg writing to /

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 06 Mar 2023 07:52:45 UTC
On Sun, Mar 05, 2023 at 09:37:32AM +0200, Daniel Braniss wrote:
> Hi,
> 	how can I tell pkg not to write to /? in my case sometimes /
> is mounted ro, and so for example pkg update failed, or
> / - which is usually- kept as small as possible gets filled up, eg 
> by /.pkgtemp.compat.xxxxx/linux
> 
> thanks,
> 	danny
> 
> 
This is because you don't have a /compat on your / but you are trying to
install a package that installs files under /compat

Bapt