diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-21 20:59:10 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-21 20:59:10 -0500 |
commit | fd48cf208a223ea58464715761e42cfd73c99112 (patch) | |
tree | 162886cc5d27a9a8ffa0a0f3fb8e7716cafc6d0b | |
parent | fc56fed1aca5e20a2272e7e308a3b36fdebc1a27 (diff) | |
download | infrastructure-fd48cf208a223ea58464715761e42cfd73c99112.tar.gz |
move modules from loader.conf to rc.conf
-rw-r--r-- | scripts/hostclass/desktop | 7 |
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 |