aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-11-21 20:59:10 -0500
committerCullum Smith <cullum@sacredheartsc.com>2024-11-21 20:59:10 -0500
commitfd48cf208a223ea58464715761e42cfd73c99112 (patch)
tree162886cc5d27a9a8ffa0a0f3fb8e7716cafc6d0b
parentfc56fed1aca5e20a2272e7e308a3b36fdebc1a27 (diff)
downloadinfrastructure-fd48cf208a223ea58464715761e42cfd73c99112.tar.gz
move modules from loader.conf to rc.conf
-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