From owner-freebsd-questions@FreeBSD.ORG Wed Sep 4 14:07:58 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71BD1840 for ; Wed, 4 Sep 2013 14:07:58 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07EA3268C for ; Wed, 4 Sep 2013 14:07:57 +0000 (UTC) Received: from [192.168.1.35] (mux.fjl.org.uk [62.3.120.246]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id r84E7rdp038933 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 4 Sep 2013 15:07:54 +0100 (BST) (envelope-from frank2@fjl.co.uk) Message-ID: <52273EBC.80707@fjl.co.uk> Date: Wed, 04 Sep 2013 15:07:56 +0100 From: Frank Leonhardt User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Custom release ISO questions. References: <522724DF.1020702@fletchermoorland.co.uk> In-Reply-To: <522724DF.1020702@fletchermoorland.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 14:07:58 -0000 On 04/09/2013 13:17, Paul Wootton wrote: > On 09/04/13 10:27, Sergey wrote: >> 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. > > Hi, > > To create a custom ISO, download the ISO you want to use as your base, > use tar to extract the ISO into a new directory, make the changes you > want and then run "mkisofs -V FreeBSD9 -J -R -b boot/cdboot > -no-emul-boot -o ../freebsd_custom.iso ." from the new directory. > That will create a bootable CD. (Found in ports/sysutuls/cdrtools) > > What I did when making a custom install CD for my server (it's 1000s > of miles away in a datacenter) was a slightly different approach. Boggle!