Update for FreeBSD on AMD Framework laptop.

This commit is contained in:
Tom Alexander
2024-04-28 12:53:25 -04:00
parent 32eca75f4e
commit a7fe423583
14 changed files with 79 additions and 50 deletions

View File

@@ -0,0 +1 @@
clear_tmp_enable="YES"

View File

@@ -1,13 +1,6 @@
clear_tmp_enable="YES"
syslogd_flags="-ss"
sendmail_enable="NONE"
hostname="odo"
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
zfs_enable="YES"

View File

@@ -7,6 +7,16 @@
- rust-coreutils
state: present
- name: Install service configuration
copy:
src: "files/{{ item }}_rc.conf"
dest: "/etc/rc.conf.d/{{ item }}"
mode: 0644
owner: root
group: wheel
loop:
- cleartmp
- name: Install login.conf
copy:
src: login.conf