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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
