Advertisement
Guest User

rc

a guest
Jun 14th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # Hostname settings
  2. hostname="hum"
  3.  
  4. # Keymap settings
  5. keymap="latinamerican.acc.kbd"
  6.  
  7. # moused settings
  8. moused_nondefault_enable="NO"
  9.  
  10. # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable.
  11. dumpdev="NO"
  12.  
  13. # Setting needed to use wacom tablets
  14. webcamd_enable="YES"
  15.  
  16. # DHCP in the background during startup
  17. background_dhclient="YES"
  18.  
  19. # Wireless settings
  20. wlans_rtw880="wlan0"
  21. ifconfig_wlan0="WPA DHCP"
  22.  
  23. # Load the proper video driver
  24. kld_list="amdgpu"
  25.  
  26. # Silence the "service starting" messages
  27. rc_startmsgs=NO
  28.  
  29. # Font setting for vt
  30. allscreens_flags="-f terminus-b32"
  31.  
  32. # Allow bridged or host-only networking on VBox.
  33. vboxnet_enable="YES"
  34.  
  35. # Needed to allow VBox USB support.
  36. devfs_system_ruleset="system"
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement