From owner-cvs-src@FreeBSD.ORG Thu Feb 8 17:44:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C44116A403; Thu, 8 Feb 2007 17:44:40 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.171]) by mx1.freebsd.org (Postfix) with ESMTP id 3D29213C48E; Thu, 8 Feb 2007 17:44:40 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout01/MantshX 4.0) with ESMTP id l18HiZFK007247; Thu, 8 Feb 2007 09:44:37 -0800 (PST) Received: from [192.168.1.2] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id l18HiVXD002164 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 8 Feb 2007 09:44:32 -0800 (PST) In-Reply-To: <20070208094343.eeiwu0r7s408o04g@webmail.leidinger.net> References: <200702071855.l17ItVkw041132@repoman.freebsd.org> <20070207200130.J23167@fledge.watson.org> <16A7B376-03A7-4C99-A5EC-B9C182E718BF@mac.com> <20070208094343.eeiwu0r7s408o04g@webmail.leidinger.net> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <84B602CF-7C04-4CD6-BD37-B91CDAC1F8CD@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Thu, 8 Feb 2007 09:43:01 -0800 To: Alexander Leidinger X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 17:44:40 -0000 On Feb 8, 2007, at 12:43 AM, Alexander Leidinger wrote: > Quoting Marcel Moolenaar (from Wed, 7 Feb 2007 > 12:42:08 -0800): > >> On Feb 7, 2007, at 12:02 PM, Robert Watson wrote: >>> Does this mean we can expect to see the disabling of GEOM >>> exclusive-use protections disappear from normal administrative >>> activities soon, as there will now be approved channels to >>> incrementally change the layout of in-use partition tables? >> >> Yes, that's the idea. A tool will be developed first that uses >> these verbs (though I already have a regression test suite >> capable of creating and modifying APM and GPT partitions). > > May I suggest to look at sade(1) for this purpose? I am aware of sade(8). As a sysinstall(8) offspring and based on libdisk, there's nothing to be gained from it. Except maybe its name. I think sade(8) should not have been created. As a way to make sysinstall(8) expendable, I'm sure it will live up to the task. Though not for long; since it has the same flaws and weaknesses as sysinstall(8), it's in need of replacement just as sysinstall(8) is. It has been since it's birth. It's a sad story of the live of a tool that should never have been born. No, sade(8) will not be the basis for an all-in-one partitioning tool. It doesn't have the right genes. I will be spending most of my time kluding around all kinds of limitations and flawed assumptions knowing that the end result will just be as limited and flawed as the code I started from. That would be a waste of my time... -- Marcel Moolenaar xcllnt@mac.com