TEMP changes for running on NUC.

pixelbook
Tom Alexander 7 months ago
parent 68e84fdd77
commit f6bc39a7fb
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -14,9 +14,9 @@ loader_conf: "odofreebsd_loader.conf"
install_graphics: true
graphics_driver: "intel"
cputype: "intel"
cpu_opt: tigerlake
cpu_opt: skylake
hwpstate: true
cores: 8
cores: 4
build_user:
name: talexander
group: talexander

@ -32,7 +32,7 @@ enabled_wireguard:
- colo
cputype: "intel"
hwpstate: true
cores: 8
cores: 4
sway_conf_files:
- rofimoji
docker_storage_driver: overlay2 # alternatively zfs

@ -1,5 +1,5 @@
os_flavor: "freebsd"
cpu_opt: tigerlake
cpu_opt: skylake
build_user:
name: root
group: wheel

@ -1,3 +1,4 @@
wlans_ath0="wlan0"
#wlans_ath0="wlan0"
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"

@ -4,7 +4,7 @@
#
# Example from bottom of /usr/share/examples/etc/make.conf
.if ${.CURDIR:N*/lang/gcc48*} && ${.CURDIR:N*/lang/gcc10*} && ${.CURDIR:N*/devel/qt6-base*}
CPUTYPE?=tigerlake
CPUTYPE?=skylake
# CPUTYPE?=x86-64-v4
.endif

Loading…
Cancel
Save