From owner-freebsd-current@FreeBSD.ORG Mon Dec 23 16:00:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 164BF547; Mon, 23 Dec 2013 16:00:55 +0000 (UTC) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::3c]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DDCA217CB; Mon, 23 Dec 2013 16:00:54 +0000 (UTC) Received: from hydra.pix.net (localhost [127.0.0.1]) by hydra.pix.net (8.14.5/8.14.5) with ESMTP id rBNG0r1Q062492; Mon, 23 Dec 2013 11:00:53 -0500 (EST) (envelope-from lidl@hydra.pix.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98 at mail.pix.net Received: (from lidl@localhost) by hydra.pix.net (8.14.5/8.14.5/Submit) id rBNG0rfI062491; Mon, 23 Dec 2013 11:00:53 -0500 (EST) (envelope-from lidl) Date: Mon, 23 Dec 2013 11:00:53 -0500 From: Kurt Lidl To: Adrian Chadd Subject: Re: makefs enhancement for better rock-ridge support Message-ID: <20131223160053.GA62445@pix.net> References: <52B1DB1A.7000007@pix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD-Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 16:00:55 -0000 > > On 18 December 2013 09:27, Kurt Lidl wrote: > > A while ago, it was reported that the ISO images that FreeBSD generates > > have a variety of problems (thread starts here): > > > > http://lists.freebsd.org/pipermail/freebsd-stable/2013-April/073050.html > > > > And again for the 10.0 releases: > > > > http://lists.freebsd.org/pipermail/freebsd-stable/2013-December/076284.html > > > > Looking into this, it appears that the various bugs in the Rock Ridge > > extensions have been fixed, except for the actual lack of recording > > the "serial" numbers in the correct place of the Rock Ridge data. > > > > As it turns out, it is almost trivial to fix this. > > > > Patch is attached to this message, which will probably be stripped > > out by the mailing list, but should be available as an attachment > > from the mail server. > > On Wed, Dec 18, 2013 at 11:41:49PM -0800, Adrian Chadd wrote: > Would you mind filing a PR? > > -a This was filed as: http://www.freebsd.org/cgi/query-pr.cgi?pr=185138 -Kurt