From owner-freebsd-current@FreeBSD.ORG Sun Aug 28 01:05:35 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C0016A41F for ; Sun, 28 Aug 2005 01:05:35 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 3D32243D46 for ; Sun, 28 Aug 2005 01:05:32 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 87704 invoked from network); 28 Aug 2005 01:05:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; b=QrUwATxs/qYzgCxqBQLm+C65QkgKn1jgQp5oSSi/z+IquI9r/ut0JYvmsjfPXcSz3zIABrS7njpFkWaDij9Xa1qcCfhhh8ElwV2svnKyqlG+VL9bxnxSwVlWbBVXWabcVLwmei11Trb8NmGIo6G/73pI4zcOr3X1ZrDGnX/QJvI= ; Received: from unknown (HELO 172.16.0.1) (mikej@70.31.50.81 with login) by smtp101.rog.mail.re2.yahoo.com with SMTP; 28 Aug 2005 01:05:32 -0000 Received: from 172.16.0.199 (SquirrelMail authenticated user mikej) by 172.16.0.1 with HTTP; Sat, 27 Aug 2005 21:05:31 -0400 (EDT) Message-ID: <1668.172.16.0.199.1125191131.squirrel@172.16.0.1> In-Reply-To: <20050827175151.GM26920@bunrab.catwhisker.org> References: <1268.172.16.0.199.1125164980.squirrel@172.16.0.1> <20050827175151.GM26920@bunrab.catwhisker.org> Date: Sat, 27 Aug 2005 21:05:31 -0400 (EDT) From: "Mike Jakubik" To: "David Wolfskill" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org Subject: Re: Creating own snap isos 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: Sun, 28 Aug 2005 01:05:35 -0000 On Sat, August 27, 2005 1:51 pm, David Wolfskill said: > On Sat, Aug 27, 2005 at 01:49:40PM -0400, Mike Jakubik wrote: > >> Can someone tell me or point to a resource explaining how one can >> create their own bootable install isos, based on their current source? >> Are there >> any tools provided to automate the process? > > I believe the process to research is called "make release." Thanks, i followed the man page instructions, but the process seems to stop with this error: --- ===> share/zoneinfo (install) umask 022; cd /usr/src/share/zoneinfo; zic -D -d /tmp/chroot/usr/share/zoneinfo -p America/New_York -u root -g wheel -m 444 -y /usr/obj/usr/src/share/zoneinfo/yearistype africa antarctica asia australasia etcetera europe factory northamerica southamerica systemv zic: can't link from /tmp/chroot/usr/share/zoneinfo/America/Indianapolis to /tmp/chroot/usr/share/zoneinfo/EST: No such file or directory *** Error code 1 Stop in /usr/src/share/zoneinfo. *** Error code 1