From owner-freebsd-geom@FreeBSD.ORG Tue Apr 18 16:15:22 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73B1B16A400 for ; Tue, 18 Apr 2006 16:15:22 +0000 (UTC) (envelope-from aswood@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D44A43D45 for ; Tue, 18 Apr 2006 16:15:21 +0000 (GMT) (envelope-from aswood@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so935161nzf for ; Tue, 18 Apr 2006 09:15:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TIz94GURmguvpRjVJsFIvo+VlH2Ebcljtd/ghyjum7a7vk2LNx5qoV2x9UKqIl+vdBD1m6zAb342ja0RLzzgskji0FZFu39EfwrcQ+4s/+78MteubzlpUx04U7ymkfle0vRqd8Bfr4lhPhUxQHCSbXjQ0r2plwVhJvE2b3ESdN0= Received: by 10.36.84.18 with SMTP id h18mr3104259nzb; Tue, 18 Apr 2006 09:15:21 -0700 (PDT) Received: by 10.36.138.6 with HTTP; Tue, 18 Apr 2006 09:15:21 -0700 (PDT) Message-ID: <77518d100604180915h734f859wb3f7877bf37c24c1@mail.gmail.com> Date: Tue, 18 Apr 2006 11:15:21 -0500 From: "Adam Wood" To: freebsd-geom@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: GEOM_ELI in sysinstall? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 16:15:22 -0000 Hello, I was browsing around the various websites on http://people.freebsd.org/ and stumbled upon the following patch for sysinstall: http://people.freebsd.org/~jhb/patches/sysinstall.vinum.patch As I'm sure you can infer from the filename, it allows the standard FreeBSD sysinstall utility to manipulate vinum configurations. Please pardon my ignorance, as I'm still very new to these low-level concepts, but would it be possible to create a similar patch for GEOM_ELI configurations? Would it be as simple as defining it as an available type? Or must other considerations be made? It seems the above-referenced patch deals only with the labelling, which means a new patch would be necessary to allow the .eli disk to be selected in the first place. After that though, wouldn't everything "just work"? Sincerely, Adam Wood