summaryrefslogtreecommitdiff
path: root/stand/defaults/loader.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stand/defaults/loader.conf')
-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.