aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/hostclass/desktop7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/hostclass/desktop b/scripts/hostclass/desktop
index 79b40f2..e5a8a29 100644
--- a/scripts/hostclass/desktop
+++ b/scripts/hostclass/desktop
@@ -22,13 +22,10 @@ EOF
fi
# Load linux kernel modules.
-load_kernel_module linux linux64
-set_loader_conf \
- linux_load=YES \
- linux64_load=YES
+sysrc -v linux_enable=YES
# Enable FUSE.
-set_loader_conf fusefs_load=YES
+sysrc -v kld_list+=fusefs
# Install packages common to all DEs.
pkg install -y $desktop_common_packages