From nobody Sat May 23 21:09:29 2026 X-Original-To: freebsd-pkgbase@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gNFC62pflz6dqyL for ; Sat, 23 May 2026 21:09:38 +0000 (UTC) (envelope-from freebsdlists@montesse.ca) Received: from foxtrot.brtsvcs.net (foxtrot.brtsvcs.net [IPv6:2607:f740:14::c13]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4gNFC55mRlz3Z79 for ; Sat, 23 May 2026 21:09:37 +0000 (UTC) (envelope-from freebsdlists@montesse.ca) Authentication-Results: mx1.freebsd.org; none Received: from chombo.houseloki.net (chombo [65.100.43.2]) by foxtrot.brtsvcs.net (Postfix) with ESMTPS id 5B5E011C100; Sat, 23 May 2026 21:09:30 +0000 (UTC) Received: from [10.26.25.201] (unknown [10.26.25.201]) by chombo.houseloki.net (Postfix) with ESMTPSA id CFF674017; Sat, 23 May 2026 14:09:29 -0700 (PDT) Message-ID: <81dab1b2-dd0e-911d-36e8-7e46dfa6f4a4@montesse.ca> Date: Sat, 23 May 2026 14:09:29 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: boot environments To: infoomatic , freebsd-pkgbase@freebsd.org References: Content-Language: en-US From: Jordan Montesse In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:2607:f740:14::/48, country:US] X-Rspamd-Queue-Id: 4gNFC55mRlz3Z79 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On 2026-05-23 13:16, infoomatic wrote: > Is there a configuration option I have overseen that creates a boot > environment automatically should a pkg of FreeBSD-base be upgraded? I'd > like to have it the same way as freebsd-update ... (I am fully aware > that I can create a boot environment any time) No, pkg lacks BE integration like freebsd-update has. You'll need to run the `bectl create ...` pre-upgrade command yourself.