From owner-freebsd-questions@FreeBSD.ORG Sat Jun 28 21:47:53 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 2F4901065675 for ; Sat, 28 Jun 2008 21:47:53 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id AE6F78FC0A for ; Sat, 28 Jun 2008 21:47:52 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so290313nfh.33 for ; Sat, 28 Jun 2008 14:47:51 -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; bh=+qsk277+9COnfKP3kBFsA91NWs/N4hsD0ehAhxeapJ4=; b=x5MC53iMrdYdbw5gI6YhiUQ0Hr9Bkz9nz237BT2aqlbSwH9zwrq0Kxv2oNj5mzzPNZ zMxsltv59ppY1ZyvQmahXf6ZQK9XCZK+R6Ffpw4AUrfLUMVejKbFR9XqgmQlN/6Qvw1H eFDPad3Zu8UrA6IYVpe/S2EfYZGgygt3CurIk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=eVwRNQJGMCUb0CthPnI+SsR9jEW/LukbwryA1FEhYv7ozuwc6XPH8juWG8mZO+qnKO KWzStRNLiUB0EVpTnuP8Eskc0szRIU7CVsIfuEtBc9MXnpjU4S+pAbwBDzN9vbFgEAfB t6R+XdGhOPbrqotlredKhggabv81cmpkeBb28= Received: by 10.210.13.17 with SMTP id 17mr2587851ebm.94.1214687913326; Sat, 28 Jun 2008 14:18:33 -0700 (PDT) Received: by 10.210.45.16 with HTTP; Sat, 28 Jun 2008 14:18:33 -0700 (PDT) Message-ID: <692660060806281418y3b701805o456b3e22da84f6@mail.gmail.com> Date: Sat, 28 Jun 2008 23:18:33 +0200 From: "=?ISO-8859-1?Q?Sebastian_Tymk=F3w?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Making own install iso 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: Sat, 28 Jun 2008 21:47:53 -0000 Hi, Can anyone answer me if it's possible to make install iso from own chrooted environment ? When I do "make release" first it creates chroot environment then in chrooted environment recompiles sources and creates iso in /R directory using /R/stage. I wonder if it's possible to create install iso from chroot without all this stuff (I mean make release, even LOCAL_SCRIPT parameter doesn't help ). I try to do my own custom iso thats why I need make it from my own chrooted environment. Best regards, Sebastian Tymkow