diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2013-01-22 02:57:53 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2013-01-22 02:57:53 +0000 |
commit | f10df35fdfa38d815ed28f669220c44b278af20d (patch) | |
tree | a276e761856a8c3d9061f48dac27f59bab7aa4d4 /usr.sbin | |
parent | e44fb893ef5dcb8217ac659b4a60b6574216e296 (diff) | |
download | FreeBSD-src-f10df35fdfa38d815ed28f669220c44b278af20d.zip FreeBSD-src-f10df35fdfa38d815ed28f669220c44b278af20d.tar.gz |
Clarify that the setup script is optional.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsdinstall/bsdinstall.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8 index dc804d4..f67a96e 100644 --- a/usr.sbin/bsdinstall/bsdinstall.8 +++ b/usr.sbin/bsdinstall/bsdinstall.8 @@ -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. |