From owner-freebsd-questions@FreeBSD.ORG Thu Jan 3 03:59:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D2E316A417 for ; Thu, 3 Jan 2008 03:59:31 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id E018513C448 for ; Thu, 3 Jan 2008 03:59:30 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so4006527fgg.35 for ; Wed, 02 Jan 2008 19:59:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=RzGuQswKavcXbsm4OUxR+MiJxx2+3TIK43utuO7oyfI=; b=pVrAuzer2R5KSG1dJCtbV6MRISubnzd/oOjdL6qS+zg6Wab2CDtC4f4cc5eviZMKtUQPRqJrlcxpY0gv3yth2slDxSjg0f/XMtu9U9Cn0wcYTM8Lc+pK0Vs2TL7RoBAii4KlHqg7j5JidQcfZ3Z9TfL5LvYV/j/66sGKFhGl+TE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=M1/urohgNr34jVZy75+1Vw7EKvFNQ18JGjdBo2WGwN6iM6p747+s2WXH7j081xi2cAGy7eUx3nO/quwd7aBVM8/ZHZAI44wJe9URp923rQ8XVdv3FbIF3ZIJzh5E3nAj+lBI1iqa6cfAvBSgoupuHhyNNgMVFF5I33+SH9YqSl0= Received: by 10.86.53.8 with SMTP id b8mr6424126fga.64.1199331283087; Wed, 02 Jan 2008 19:34:43 -0800 (PST) Received: from ?192.168.123.1? ( [84.0.109.118]) by mx.google.com with ESMTPS id e20sm16930365fga.1.2008.01.02.19.34.41 (version=SSLv3 cipher=RC4-MD5); Wed, 02 Jan 2008 19:34:41 -0800 (PST) Message-ID: <477C57A4.7000105@gmail.com> Date: Thu, 03 Jan 2008 04:33:56 +0100 From: deeptech71@gmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071009 MultiZilla/1.8.3.3a SeaMonkey/1.1.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: What's in boot.catalog? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 03:59:31 -0000 What information do the ISO files' boot.catalog contain, and how does the boot code use it? Because they're differing in a couple of bytes (-bootonly.iso VS -disc1.iso VS -livefs.iso)...