From owner-svn-src-head@FreeBSD.ORG Tue Jan 22 02:57:53 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CA92D4C7; Tue, 22 Jan 2013 02:57:53 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A57DDE61; Tue, 22 Jan 2013 02:57:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0M2vr4w066285; Tue, 22 Jan 2013 02:57:53 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0M2vrPi066284; Tue, 22 Jan 2013 02:57:53 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201301220257.r0M2vrPi066284@svn.freebsd.org> From: Nathan Whitehorn Date: Tue, 22 Jan 2013 02:57:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r245760 - head/usr.sbin/bsdinstall X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 02:57:53 -0000 Author: nwhitehorn Date: Tue Jan 22 02:57:53 2013 New Revision: 245760 URL: http://svnweb.freebsd.org/changeset/base/245760 Log: Clarify that the setup script is optional. Modified: head/usr.sbin/bsdinstall/bsdinstall.8 Modified: head/usr.sbin/bsdinstall/bsdinstall.8 ============================================================================== --- head/usr.sbin/bsdinstall/bsdinstall.8 Tue Jan 22 02:47:08 2013 (r245759) +++ head/usr.sbin/bsdinstall/bsdinstall.8 Tue Jan 22 02:57:53 2013 (r245760) @@ -240,8 +240,10 @@ scripts consist of two parts: a and a .Em setup script . The preamble sets up the options for the installation (how to partition the -disk[s], which distributions to install, etc.) and the second part is -a shell script run in a chroot in the newly installed system before +disk[s], which distributions to install, etc.) and the optional second part is +a shell script run under +.Xr chroot 8 +in the newly installed system before .Nm exits. The two parts are separated by the usual script header (#!), which also sets the interpreter for the setup script.