From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 16:36:00 2011 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 35B2E1065678 for ; Thu, 21 Jul 2011 16:36:00 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id EBC168FC0A for ; Thu, 21 Jul 2011 16:35:59 +0000 (UTC) Received: by yxl31 with SMTP id 31so870164yxl.13 for ; Thu, 21 Jul 2011 09:35:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OddtfeHoN56gE+QhgaAaPvosyujfA0QeIl4ZG2NlKks=; b=mHkHg0ikLtguKrfMdhbXZN+Gmi8lp+XgQipp6g7GJEhnuxGjc4lUrnOnnrzmNrabVn J8+OdSVUW1NXM8VoRkaRY5L4uMscuopypHu96T0ilCS3uk3Oh1F5diZ2l+wEHtSlJHGT JgWXcpz1DtoFg7iwf+mks3RF9DDBGB9LVcUac= MIME-Version: 1.0 Received: by 10.236.161.194 with SMTP id w42mr801369yhk.38.1311266159145; Thu, 21 Jul 2011 09:35:59 -0700 (PDT) Received: by 10.236.110.40 with HTTP; Thu, 21 Jul 2011 09:35:59 -0700 (PDT) In-Reply-To: References: <4E285470.6080706@freebsd.org> Date: Thu, 21 Jul 2011 12:35:59 -0400 Message-ID: From: Aryeh Friedman To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Fwd: make release question 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, 21 Jul 2011 16:36:00 -0000 ---------- Forwarded message ---------- From: Aryeh Friedman Date: Thu, Jul 21, 2011 at 12:35 PM Subject: Re: make release question To: Nathan Whitehorn On Thu, Jul 21, 2011 at 12:33 PM, Aryeh Friedman wrote: > found them in CHROOT/R and found I needed to do mkisofs on them to get the image oops forgot to ask should I use cdrom/dvd1 or ftp to make a bootable USB drive > > On Thu, Jul 21, 2011 at 12:31 PM, Nathan Whitehorn > wrote: >> On 07/21/11 10:42, Aryeh Friedman wrote: >>> >>> Where does "make release" place the disk images (iso's) by default >>> _______________________________________________ >>> freebsd-hackers@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >>> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >> >> On -CURRENT, it places them in /usr/obj/usr/src/release. You can use make >> install DESTDIR=blah to put them somewhere else. On 8.x and earlier it >> places them in CHROOT/R. >> -Nathan >> >