git: 7bcb10d21079 - stable/13 - Add some general notes about scripted installations.
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Mon Apr 12 14:00:42 UTC 2021
The branch stable/13 has been updated by nwhitehorn:
URL: https://cgit.FreeBSD.org/src/commit/?id=7bcb10d210794bffe252ab885d7ec7bb4aee4d41
commit 7bcb10d210794bffe252ab885d7ec7bb4aee4d41
Author: Nathan Whitehorn <nwhitehorn at FreeBSD.org>
AuthorDate: 2021-04-05 14:10:34 +0000
Commit: Nathan Whitehorn <nwhitehorn at FreeBSD.org>
CommitDate: 2021-04-12 14:00:09 +0000
Add some general notes about scripted installations.
(cherry picked from commit 3b20b988e0f14740eb135ad5d56520b8cb94f429)
---
usr.sbin/bsdinstall/bsdinstall.8 | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8
index c58f6636493a..854b4775883d 100644
--- a/usr.sbin/bsdinstall/bsdinstall.8
+++ b/usr.sbin/bsdinstall/bsdinstall.8
@@ -438,6 +438,19 @@ Default:
.El
.Sh SCRIPTING
.Nm
+supports unattended, or minimally-attended, installations using scripting.
+This can be used with either modified physical installation media or with
+.Xr diskless 8
+installations over the network; information on preparing such media can be
+found in
+.Sx BUILDING AUTOMATIC INSTALL MEDIA
+.Pp
+Scripted installations follow an essentially identical path to interactive
+installations, though with some minor feature differences (for example,
+scripted installations do not support fetching of remote distribution files
+since scripted installations normally install the same files and the distributions
+can be added directly to the installation media).
+.Nm
scripts consist of two parts: a
.Em preamble
and a
More information about the dev-commits-src-branches
mailing list