From owner-freebsd-current@FreeBSD.ORG Mon Aug 15 05:11:45 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9DC0106564A for ; Mon, 15 Aug 2011 05:11:45 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id C7EC78FC08 for ; Mon, 15 Aug 2011 05:11:45 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id p7F5Bjc3064101; Mon, 15 Aug 2011 05:11:45 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.119] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id vb3wd2r7rbuh69memiurhusrk6; Mon, 15 Aug 2011 05:11:45 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <20110810200542.GA40184@freebsd.org> Date: Sun, 14 Aug 2011 22:11:44 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <5C525BC3-C465-43A9-82C4-C63D2B9B3AF6@kientzle.com> References: <86d3gde2qg.fsf@gmail.com> <20110810200542.GA40184@freebsd.org> To: Alexander Best X-Mailer: Apple Mail (2.1084) Cc: Test Rat , freebsd-current@freebsd.org Subject: Re: makefs(8) & broken iso9660 images X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Aug 2011 05:11:46 -0000 On Wed Aug 10 11, Test Rat wrote: > $ tar tf FreeBSD-9.0-HEAD-20110810-JPSNAP-bootonly.iso | fgrep -i = kernel > [nothing] > $ mount -t cd9660 /dev/$(mdconfig -f = FreeBSD-9.0-HEAD-20110810-JPSNAP-bootonly.iso) /media > $ ls -1 /media/boot/kernel > aac.ko > accf_data.ko As you found earlier, makefs and makeisofs lay out the disk images = differently. This has revealed a regression in libarchive that causes it to not see the contents of certain directories. (Specifically, it appears that any = directory that follows a non-directory on the image is ignored.) Tim