From owner-freebsd-current@FreeBSD.ORG Mon Sep 28 13:12:55 2009 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 4263F1065670 for ; Mon, 28 Sep 2009 13:12:55 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 010408FC12 for ; Mon, 28 Sep 2009 13:12:54 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 28 Sep 2009 08:44:23 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LDO53816; Mon, 28 Sep 2009 08:11:59 -0400 (EDT) Received: from 209-6-22-227.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.227]) by smtp01.lnh.mail.rcn.net with ESMTP; 28 Sep 2009 08:11:54 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19136.43017.530028.824860@jerusalem.litteratus.org> Date: Mon, 28 Sep 2009 08:11:53 -0400 To: Mario Lobo In-Reply-To: <200909271301.53931.mlobo@digiart.art.br> References: <200909271301.53931.mlobo@digiart.art.br> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Henri Hennebert , freebsd-current@freebsd.org Subject: Re: Removal of GEOM_BSD, GEOM_MBR, GEOM_PC98 and GEOM_SUNLABEL (recap) 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: Mon, 28 Sep 2009 13:12:55 -0000 Mario Lobo writes: > > Maybe it is due to /sys/amd64/conf/DEFAULTS > > > > which contains: > > > > options GEOM_PART_BSD > > options GEOM_PART_EBR > > options GEOM_PART_EBR_COMPAT > > options GEOM_PART_MBR > > > > Henri > > Not the case. I saw those and commented them out. It is my understanding that if a "defaults" file exists for any task, it is A Very Bad Idea(tm) to change it. There should be a file which contains over-ride settings; change things there instead. In the case of kernel configuration, everything can be configured from /sys//conf/. Robert Huff