From owner-svn-src-all@FreeBSD.ORG Wed Jan 23 11:53:26 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7BAD7C53; Wed, 23 Jan 2013 11:53:26 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 12441BF9; Wed, 23 Jan 2013 11:53:25 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.6/8.14.6) with ESMTP id r0NBrOxr056778 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 23 Jan 2013 12:53:24 +0100 (CET) (envelope-from uqs@FreeBSD.org) Date: Wed, 23 Jan 2013 12:53:24 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Nathan Whitehorn Subject: Re: svn commit: r245700 - head/usr.sbin/bsdinstall/partedit Message-ID: <20130123115324.GA38645@acme.spoerlein.net> Mail-Followup-To: Ulrich =?utf-8?B?U3DDtnJsZWlu?= , Nathan Whitehorn , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201301202225.r0KMPxYi041939@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201301202225.r0KMPxYi041939@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 11:53:26 -0000 On Sun, 2013-01-20 at 22:25:59 +0000, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun Jan 20 22:25:58 2013 > New Revision: 245700 > URL: http://svnweb.freebsd.org/changeset/base/245700 > > Log: > Add a simple scripted partitioner. Documentation and more scripting support > will come soon. This lets the install process have a line like: > > bsdinstall scriptedpart 'ada0 GPT {1.5G freebsd-ufs /, 10G freebsd-swap, > auto freebsd-ufs /usr}' > > to set up a system with a 1.5GB /, some swap space, and a /usr using the > rest of ada0. What will be the alignment/offset for these? (and also for the fully automated case?) We should make sure the first partition starts at 1MB all the time, unless the user points the gun at his feet ... Thanks Uli