From nobody Thu Apr 16 13:00:45 2026 X-Original-To: freebsd-current@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 4fxJ6P4LWRz6Zcf8; Thu, 16 Apr 2026 13:01:01 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo63.interia.pl (smtpo63.interia.pl [217.74.67.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4fxJ6J3DQtz3vfY; Thu, 16 Apr 2026 13:00:56 +0000 (UTC) (envelope-from vermaden@interia.pl) Authentication-Results: mx1.freebsd.org; none Date: Thu, 16 Apr 2026 15:00:45 +0200 From: vermaden Subject: Re: Building VM-IMAGE(s) from Source To: David Chisnall Cc: "freebsd-stable@FreeBSD.org" , "freebsd-hackers@FreeBSD.org" , "freebsd-current@freebsd.org" X-Mailer: interia.pl/pf09 In-Reply-To: References: X-Originating-IP: 45.148.42.24 Message-Id: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1776344448; bh=ak0WRZJ6YBe+6WOWcvCEQRfVLSotqG83yv9wtGrMwfg=; h=Date:From:Subject:To:Message-Id:MIME-Version:Content-Type; b=YliPC6YK6cRfrIQf7Kl7FtGJ2LEEnekUOyp1N+p2kFxVKUejTHrDiXVhY+Td0AJom ITz3GCZvS+D6lBX1+GPug9JjzYhZBgOjmIW3C9v219fIy8HjWnuCiI4jY8AKP7vl6X mjaz9RxOd8D0snuMj9tM9huPVPWTjZjXJ0YT69lg= X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN_FAIL(0.00)[63.67.74.217.asn.rspamd.com:query timed out] X-Rspamd-Queue-Id: 4fxJ6J3DQtz3vfY X-Spamd-Bar: ---- Temat: Re: Building VM-IMAGE(s) from Source Data: 2026-04-16 12:31 Nadawca: "David Chisnall" Adresat: "vermaden" ;=20 DW: "freebsd-stable@FreeBSD.org" ; "freebsd-hackers@FreeBSD.org" ; "freebsd-current@freebsd.org" ;=20 > The only reason I would ever use the release script is if I wanted > to have VM images with the same hashes as the public ones. > Your tool doesn=E2=80=99t do exactly the same thing, so probably won=E2= =80=99t > achieve that. >=20 > (...) >=20 > David Forgot to address that part ... I have wrote verimg(8) because I need to build custom images in predictable= and flexible way ... if 'generic' images from FTP would suit me - I would= use them and would not write the tool. Its not verimg(8) target to 'clone'= the 'release.sh' with hashes or anything. The task of verimg(8) is to prov= ide reliable/easy/fast interface for creating PKGBASE FreeBSD images from p= kg(8) repos that are already available - often custom ones - with custom ne= eds. Hope that help. Regards, vermaden