From owner-freebsd-current@FreeBSD.ORG Wed Jan 4 20:59:06 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87255106564A for ; Wed, 4 Jan 2012 20:59:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 353108FC08 for ; Wed, 4 Jan 2012 20:59:06 +0000 (UTC) Received: from [10.30.101.53] ([209.117.142.2]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id q04KuUhY024179 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Wed, 4 Jan 2012 13:56:32 -0700 (MST) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <4EFCD252.7080209@cran.org.uk> Date: Wed, 4 Jan 2012 13:56:25 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4EFC1260.1060503@luddite.com.au> <4EFCD252.7080209@cran.org.uk> To: Bruce Cran X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Wed, 04 Jan 2012 13:56:36 -0700 (MST) Cc: Renato Botelho , freebsd-current@freebsd.org, "Peter J. Cherny" Subject: Re: Apropos Removal of sysinstall X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 20:59:06 -0000 On Dec 29, 2011, at 1:49 PM, Bruce Cran wrote: > On 29/12/2011 18:39, Renato Botelho wrote: >> IIRC, PCBSD installer can install a regular FreeBSD on ZFS.=20 >=20 > It can do, but you're left with a /very/ basic installation - the = hostname, network interfaces etc. aren't configured, which could be a = problem for some people. >=20 > If I thought there would be any support for it, I'd try and find time = to plug in the sade(4) rewrite into sysinstall - it has a rather nice UI = and supports ZFS. The base of the PC-BSD installer is in the system as pc-sysinstall... = There were plans to merge bsdinstall with it that never came to = fruition. pc-sysinstall handles the hard part of the system install on = a huge number of combinations. Just FYI. Warner