From owner-freebsd-questions@FreeBSD.ORG Sat Oct 3 15:43:29 2009 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 C04E71065676 for ; Sat, 3 Oct 2009 15:43:29 +0000 (UTC) (envelope-from kickbsd@yandex.ru) Received: from forward4.yandex.ru (forward4.yandex.ru [77.88.46.9]) by mx1.freebsd.org (Postfix) with ESMTP id 755AE8FC18 for ; Sat, 3 Oct 2009 15:43:29 +0000 (UTC) Received: from webmail89.yandex.ru (webmail89.yandex.ru [77.88.47.163]) by forward4.yandex.ru (Yandex) with ESMTP id 068EB2689C6 for ; Sat, 3 Oct 2009 19:22:18 +0400 (MSD) Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail89.yandex.ru (Yandex) with ESMTP id E3BD6790002 for ; Sat, 3 Oct 2009 19:22:17 +0400 (MSD) X-Yandex-Spam: 1 X-Yandex-Front: webmail89 X-Yandex-TimeMark: 1254583337 Received: from modemcable177.130-37-24.mc.videotron.ca (modemcable177.130-37-24.mc.videotron.ca [24.37.130.177]) by mail.yandex.ru with HTTP; Sat, 03 Oct 2009 19:22:17 +0400 From: kickbsd kickbsd To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <88331254583337@webmail89.yandex.ru> Date: Sat, 03 Oct 2009 19:22:17 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: unateended FreeBSD install + zfs + gpt 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, 03 Oct 2009 15:43:29 -0000 Hi! I've modified mfsBSD scripts http://people.freebsd.org/~mm/mfsbsd/ to make unattended installer for FreeBSD 8.0-RC1 on GPT ZFS root. I've successfully installed 3 different servers with that set of scrips. Modified scrips can be downloaded from http://unixdom.com/kickbsd/ Modified files are interfaces and interfaces.conf (that script now tries to auto detect first NIC which plugged) + new zinstall script + zfs aware loader. Let me know if someone already have wrote more serious unattended zfs compatible installer/scripts.