From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 15:44:20 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 86EF21065671 for ; Thu, 10 Apr 2008 15:44:20 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 437598FC1F for ; Thu, 10 Apr 2008 15:44:20 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so15387ywt.13 for ; Thu, 10 Apr 2008 08:44:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=omzRgGh0yVcFnd+LDdUChoxw4w46rVIpOBhpXP9A1w8=; b=ZfMei3eZjKezIA2MXigHcOVLKnBO5OZGZ60Mn5E4J+sHIpWZLWehnHgKFssBCiBt7pLYp3zwkioLNsOW+ru/ek9aBiibvgt4kM/7JDlvhwf0eIWR+ECIoH6qTWzwrEi6eVF+zsfHXua5N6hrN3ZjA9zUHmQXWF0Z+m+NdzZmb3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=n62UyUNMK/tUANvvApDcGOdAdWsqS3DzMDjx4nj9fXGOCvphM81mHjWcxuQHHaUhkUmHnXbAFjtNTxt96dTg/w8QMQxG535xi9QdxTF38xcTdfVQgp5YzD+rTl5kSVxyRU3fNYe1VFaCnuod+Z/l4SKwomgf+vng0JUOIFzQuOE= Received: by 10.114.175.16 with SMTP id x16mr2024382wae.12.1207842250953; Thu, 10 Apr 2008 08:44:10 -0700 (PDT) Received: by 10.114.77.17 with HTTP; Thu, 10 Apr 2008 08:44:10 -0700 (PDT) Message-ID: Date: Thu, 10 Apr 2008 21:14:10 +0530 From: Subhro To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Release Build 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, 10 Apr 2008 15:44:20 -0000 Hello everyone, I am trying to create a customized release build. The idea is to have a NFS export which can be used during installation over the network. My build box is running the same version of BSD(6.2) as the NFS export I intend to create. So instead of mirroring the cvs repository (bandwidth woes :-S) I am using /usr/src. I have built the release using make release CHROOTDIR=/tmp/release BUILDNAME=FreeBSD-custom-6.2 EXTSRCDIR=/usr/src EXTPORTSDIR=/usr/ports WORLD_FLAGS='-j16 -march=prescott' KERNEL_FLAGS='-j16 -march=prescott' -DNOPORTS -DNODOC RELEASETAG=RELENG_6_2 This had completed successfully with my newly built release in /tmp/release/R/. The next thing I did was to export the disc1 folder inside cdrom over NFS and try to boot over the network. I have checked that my netboot works using a CDROM as a NFS export. This time it locks up with Extracting packages. Any clues about where I should start looking?? Thanks Subhro