summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-04-27 22:29:24 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-04-27 22:29:24 +0000
commit9db00827abd0991f97109c45afbf6d362548f912 (patch)
treef309c57fc824c9ac87f0cdc518f29c60ea4b9994 /stand
parent1041e7c61ba46ffb071a323f1ec4c7888d3bb2db (diff)
downloadsrc-test2-9db00827abd0991f97109c45afbf6d362548f912.tar.gz
src-test2-9db00827abd0991f97109c45afbf6d362548f912.zip
Notes
Diffstat (limited to 'stand')
-rw-r--r--stand/defaults/loader.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf
index 4cc5a79e7e84..4f84281e9d2e 100644
--- a/stand/defaults/loader.conf
+++ b/stand/defaults/loader.conf
@@ -33,6 +33,11 @@ bitmap_type="splash_image_data" # and place it on the module_path
screensave_load="NO" # Set to YES to load a screensaver module
screensave_name="green_saver" # Set to the name of the screensaver module
+### Early hostid configuration ############################
+hostuuid_load="YES"
+hostuuid_name="/etc/hostid"
+hostuuid_type="hostuuid"
+
### Random number generator configuration ##################
# See rc.conf(5). The entropy_boot_file config variable must agree with the
# settings below.