From owner-freebsd-questions@FreeBSD.ORG Wed Sep 4 09:27:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C42EA330 for ; Wed, 4 Sep 2013 09:27:24 +0000 (UTC) (envelope-from power.real@gmail.com) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92FFA222D for ; Wed, 4 Sep 2013 09:27:24 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i10so53325oag.30 for ; Wed, 04 Sep 2013 02:27:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=sSJuTTshobkBgYhlA1b/UFynkgWt5G95vahwWYSfiB0=; b=wGlYOEWaRlUrnYC9kVdZGkln06mtT9h4Ncy9yZuNZkYumfjfYoEzp23Pp9hRdcuweS JykS21rf+0UvaDa2ek5EdDzVOCvYB+Ji/q9dky5nN9Ui8Ba9bpx6onUP5wTDiKOjXcPH sNwM0M2X6pvdCruFxl6C8jYDY8UEDOY8B3BZqyR0UPglrmXXXnCD7IamCGJX6a/zpeNm kHFFurpYmNf5Fi05iOl/eH2g6Mb5O+U7hI+c5vV+KxGG1QCiCzsuML3JNTbOba75Ax2J hSCDe64K3Pij1eDRmA+axbjZ7AkEk2YRBKPISK9ptssa6MWPR2pa7Ufx5gQoEtNl/hIA hPoA== MIME-Version: 1.0 X-Received: by 10.182.71.37 with SMTP id r5mr1463493obu.22.1378286843936; Wed, 04 Sep 2013 02:27:23 -0700 (PDT) Received: by 10.182.87.97 with HTTP; Wed, 4 Sep 2013 02:27:23 -0700 (PDT) Date: Wed, 4 Sep 2013 13:27:23 +0400 Message-ID: Subject: Custom release ISO questions. From: Sergey To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 09:27:24 -0000 Hi all! Is there a way to create custom ISO without buildworld? I just want to edit some configs and bsdinstall scripts for silent automated install - why need to recompile whole world? It will be great if you'll share some useful links about this process. Thanks.