From nobody Mon Oct 16 20:19:19 2023 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 4S8T3k6LLQz4xlrs for ; Mon, 16 Oct 2023 20:19:30 +0000 (UTC) (envelope-from me+fbsd@cameronkatri.com) Received: from mail.cameronkatri.com (mail.cameronkatri.com [159.203.168.97]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.cameronkatri.com", Issuer "ZeroSSL RSA Domain Secure Site CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8T3k217yz4KLB; Mon, 16 Oct 2023 20:19:30 +0000 (UTC) (envelope-from me+fbsd@cameronkatri.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cameronkatri.com; s=20220128; t=1697487555; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=R9NSyWtgOgWnKkXicVmVoJOR5sYp/vnr9Egdq+uiBGU=; b=fqT2mCHBwXHY2tUCHJ+wD8hNHxjNEBCyO4T1rN0Vo8Ncdis5zrxBjXX788NGs3UClT/cEI crhOymyU8qPFrJCisDZHrAuBCVIUSPHRfWNCjVJ4rVVzqCve1eCaVabPWyoMWUO5ETImN4 4zpaszN2Ah2YJLamn7XAbVgL/74BKdI= Received: from [192.168.14.118] (96-80-103-17-static.hfc.comcastbusiness.net [96.80.103.17]) by mail (OpenSMTPD) with ESMTPSA id 7355a044 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 16 Oct 2023 20:19:14 +0000 (UTC) Message-ID: Date: Mon, 16 Oct 2023 16:19:19 -0400 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 User-Agent: Mozilla Thunderbird Subject: Re: FreeBSD 14.0-BETA5 Now Available Content-Language: en-US To: Ed Maste Cc: freebsd-current@freebsd.org References: <20231006224150.GF1307@FreeBSD.org> <4b68300a-3a0d-4ad3-adf0-5ba974fd391b@cameronkatri.com> From: Cameron Katri In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- 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(0.00)[asn:14061, ipnet:159.203.160.0/20, country:US]; TAGGED_FROM(0.00)[fbsd] X-Rspamd-Queue-Id: 4S8T3k217yz4KLB On 10/16/23 9:54 AM, Ed Maste wrote: > On Thu, 12 Oct 2023 at 00:11, Cameron Katri wrote: >> >> The FreeBSD-14.0-BETA5-arm64-aarch64-zfs.raw.xz (maybe others, I didn't >> check) has a rc.conf with a ton of repeated lines. I tried looking at >> why this would be, but the release scripts to create this image went >> right over my head. > > Would you mind submitting a PR for this? Here you go https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274522 - Cameron