From owner-freebsd-current@FreeBSD.ORG Thu Apr 8 16:48:08 2010 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 A47981065675; Thu, 8 Apr 2010 16:48:08 +0000 (UTC) (envelope-from mh@kernel32.de) Received: from crivens.kernel32.de (crivens.asm68k.org [81.169.171.191]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0858FC17; Thu, 8 Apr 2010 16:48:08 +0000 (UTC) Received: from www.terrorteam.de (localhost [127.0.0.1]) by crivens.kernel32.de (Postfix) with ESMTP id ED551B037F; Thu, 8 Apr 2010 18:30:54 +0200 (CEST) MIME-Version: 1.0 Date: Thu, 08 Apr 2010 18:30:54 +0200 From: Marian Hettwer To: Kris Moore In-Reply-To: <4BBDB5BC.3060002@pcbsd.org> References: <55861270658151@web135.yandex.ru> <4BBD68DB.7050600@yandex.ru> <201004080727.21020.bruce@cran.org.uk> <4BBD7CDC.2070505@yandex.ru> <20100408103809.13496s9i6ny03ocg@webmail.leidinger.net> <867hoi8gbl.fsf@ds4.des.no> <20100408121500.13995d1eu7b9bt0k@webmail.leidinger.net> <86fx36up9e.fsf@ds4.des.no> <20100408155309.42884l21ogy7m7sw@webmail.leidinger.net> <86vdc2t4hs.fsf@ds4.des.no> <20100408163936.137245fp5ycrre0w@webmail.leidinger.net> <4BBDB5BC.3060002@pcbsd.org> Message-ID: X-Sender: mh@kernel32.de User-Agent: RoundCube Webmail/0.1-rc2 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Cc: Bruce Cran , freebsd-geom@FreeBSD.ORG, =?UTF-8?Q?Dag-Erling_Sm=C3=83=C2=B8rgrav?= , Teske , Randi Harper , freebsd-current@FreeBSD.ORG, "Andrey V. Elsukov" , Alexander Leidinger Subject: Re: [RFC] Rewriting sade(8) 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: Thu, 08 Apr 2010 16:48:08 -0000 On Thu, 08 Apr 2010 10:53:48 +0000, Kris Moore wrote: It's not nice to hijack a topic, but this is way to interesting for me, so I do it anway :) > This has a few advantages, in that the backend can be used stand-alone > for scripted installations and also provide great flexibility > to the front-end developer. They don't need to worry about performing > any of the actual installation logic, they just provide a way > for users to select their installation options, generate a configuration > script, and let the backend run with it. scripted installation! Are you able to do a pxeboot, nfsroot and then scripted installation? Are those scripts portable to FreeBSD or PC-BSD only? Could you give me a hint where to find them? TIA, Marian