From owner-freebsd-stable@FreeBSD.ORG Thu Aug 14 06:18:12 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAC3037B401 for ; Thu, 14 Aug 2003 06:18:12 -0700 (PDT) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035A943F85 for ; Thu, 14 Aug 2003 06:18:12 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-173.lsanca1.elnk.dsl.genuity.net ([4.62.201.173] helo=netcom1.netcom.com) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19nHzX-0004by-00 for stable@freebsd.org; Thu, 14 Aug 2003 06:18:11 -0700 Received: by netcom1.netcom.com (Postfix, from userid 1000) id AB1FB532E; Thu, 14 Aug 2003 06:18:10 -0700 (PDT) From: Mike Harding To: stable@freebsd.org Message-Id: <20030814131810.AB1FB532E@netcom1.netcom.com> Date: Thu, 14 Aug 2003 06:18:10 -0700 (PDT) Subject: RELENG_4_8 isos? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 13:18:13 -0000 I've built RELENG_4 isos no problem, is there a trick to building the RELENG_4_8 isos? I am building the 'miniinst' disk - that is, with the release, docs, and a port tree, but no ports. This is so I can do a fresh install without having to update the world... I am using a script that looks like this... #!/bin/sh rm -rf /usr/obj cd /usr/src make -DNOCLEAN world kernel cd /usr/src/release make release CHROOTDIR=/usr/release \ CVSROOT=/usr/mirror/ncvs \ RELEASETAG=RELENG_4_8 -DMAKE_ISOS DOC_LANG=en_US.ISO8859-1 ...this works fine for RELENG_4 but I haven't gotten it to work yet for RELENG_4_8... Thanks, Mike H.