diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-06-24 20:37:09 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-06-24 20:37:09 -0400 |
commit | cbf2003cd98fae35b54646651b3ef3b978471274 (patch) | |
tree | 41ceec59aafce9fb56862f34dc6d7bc340db797e | |
parent | 86ba99b98c0277cdb7b331f4ca117dd981ecc6e3 (diff) | |
parent | b87226d258d426b9ded89353fe7632fb916e1efc (diff) | |
download | infrastructure-cbf2003cd98fae35b54646651b3ef3b978471274.tar.gz |
-rw-r--r-- | scripts/hostclass/laptop/20-laptop | 4 | ||||
-rw-r--r-- | vars/hostname/rlaptop1 | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/scripts/hostclass/laptop/20-laptop b/scripts/hostclass/laptop/20-laptop index 4e87fdb..6c009a1 100644 --- a/scripts/hostclass/laptop/20-laptop +++ b/scripts/hostclass/laptop/20-laptop @@ -30,10 +30,6 @@ case ${wireless_type:-} in if_iwm_load=YES \ "${wireless_type}fw_load=YES" - load_kernel_module \ - if_iwm \ - "${wireless_type}fw" - sysrc -v wlans_iwm0='wlan0' ;; iwlwifi*) diff --git a/vars/hostname/rlaptop1 b/vars/hostname/rlaptop1 index 1ec979a..b9bef40 100644 --- a/vars/hostname/rlaptop1 +++ b/vars/hostname/rlaptop1 @@ -1,7 +1,7 @@ #!/bin/sh pf_egress_interfaces='wlan0 em0 ue0' -wireless_type=iwlwifi8000 +wireless_type=iwm8265 console_font=spleen-12x24 laptop_type=thinkpad vt_suspendswitch=0 |