From owner-svn-src-head@FreeBSD.ORG Mon Jun 6 03:40:06 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 799F2106566C; Mon, 6 Jun 2011 03:40:06 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 485248FC13; Mon, 6 Jun 2011 03:40:06 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LMC00J00NITMW00@smtpauth2.wiscmail.wisc.edu>; Sun, 05 Jun 2011 22:40:05 -0500 (CDT) Received: from comporellon.tachypleus.net ([unknown] [76.210.62.252]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LMC005U8NIRFH10@smtpauth2.wiscmail.wisc.edu>; Sun, 05 Jun 2011 22:40:04 -0500 (CDT) Date: Sun, 05 Jun 2011 22:40:03 -0500 From: Nathan Whitehorn In-reply-to: <201106060152.p561qF5M006329@svn.freebsd.org> To: Marcel Moolenaar Message-id: <4DEC4C13.6040304@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.62.252 X-Spam-PmxInfo: Server=avs-9, Version=5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.6.6.32715, SenderIP=76.210.62.252 References: <201106060152.p561qF5M006329@svn.freebsd.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222726 - head/release/ia64 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2011 03:40:06 -0000 On 06/05/11 20:52, Marcel Moolenaar wrote: > Author: marcel > Date: Mon Jun 6 01:52:15 2011 > New Revision: 222726 > URL: http://svn.freebsd.org/changeset/base/222726 > > Log: > Fix ia64 ISO creation: > o boot/mfsroot.gz is no more. Copy it only when it exists so as still > to be compatible with Makefile.sysinstall. > o while here, make ispfw.ko optional as well. > o '-b bootimage' is not a valid argument for makefs. What was meant > was '-o bootimage'. > o create the boot image in the current directory so that makefs can > find the file. Previously it had to be created under $BASE because > that's how mkisofs wanted it. Sorry to have broken it, and thanks for patching this up! -Nathan