Configure /boot/loader.conf

Customize the variables to your needs.

[defaults/main/loaderconf.yml]

 1---
 2
 3# /boot/loader.conf
 4bsd_cimage_loaderconf: false
 5bsd_cimage_loaderconf_backup: false
 6bsd_cimage_loaderconf_modules: []
 7# bsd_cimage_loaderconf_modules:
 8#   - pf
 9#   - pflog
10#   - wlan
11#   - wlan_wep
12#   - wlan_tkip
13#   - wlan_ccmp
14#   - wlan_amrr
15#   - if_rtwn_usb
16bsd_cimage_loaderconf_data: []
17# bsd_cimage_loaderconf_data:
18#   - 'hw.usb.template=3'
19#   - 'umodem_load="YES"'
20#   - 'boot_multicons="YES"'
21#   - 'boot_serial="YES"'
22#   - 'beastie_disable="YES"'
23#   - 'loader_color="NO"'
24#   - 'legal.realtek.license_ack=1'
25bsd_cimage_loaderconf_sysctl: []
26
27# EOF

Warning

  • Don’t make any changes to the files in defaults/main. The changes will be overwritten by the update of the role. Customize the default values in the files in vars/main.