aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2023-03-09 20:05:52 +0000
committerCeri Davies <ceri@FreeBSD.org>2023-03-09 20:05:52 +0000
commit5b3f109816faa0396e507777d31ce7b831ae6ba7 (patch)
treed64a8942823809abf7504635966fe3223f15bd5b /share/man/man5
parentaad600e52e8b34af3b88de0196c8a6df961c4e40 (diff)
downloadsrc-5b3f109816faa0396e507777d31ce7b831ae6ba7.tar.gz
src-5b3f109816faa0396e507777d31ce7b831ae6ba7.zip
man5/rc.conf.5: document hostid and machine-id related variables
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/rc.conf.533
1 files changed, 32 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 7d1cdfc61966..055f97668375 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 28, 2023
+.Dd March 9, 2023
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -535,6 +535,36 @@ your console login will display the default hostname of
The NIS domain name of this host, or
.Dq Li NO
if NIS is not used.
+.It Va hostid_enable
+.Pq Vt bool
+If set to
+.Dq Li NO ,
+disable the generation or saving of the
+.Pa hostid
+and
+.Pa machine-id
+files at system boot and shutdown.
+.It Va hostid_file
+.Pq Vt str
+Path to the
+.Pa hostid
+file, default
+.Pa /etc/hostid .
+.It Va hostid_uuidgen_flags
+.Pq Vt str
+Flags passed to
+.Xr uuidgen 1
+when generating a software host UUID.
+This is used only if the system cannot determine a hardware UUID.
+Set to
+.Dq Li -r
+by default.
+.It Va machine_id_file
+.Pq Vt str
+Path to the
+.Pa machine-id
+file, default
+.Pa /etc/machine-id .
.It Va dhclient_program
.Pq Vt str
Path to the DHCP client program
@@ -4906,6 +4936,7 @@ these are the flags to pass to the
.Xr protect 1 ,
.Xr sh 1 ,
.Xr umask 1 ,
+.Xr uuidgen 1 ,
.Xr vi 1 ,
.Xr vidcontrol 1 ,
.Xr bridge 4 ,