dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

rc.conf.laptop (711B)


      1 hostname="tpad"
      2 wlans_iwm0="wlan0"
      3 synchronous_dhclient="YES"
      4 ifconfig_wlan0="up WPA DHCP"
      5 #ifconfig_wlan0_ipv6="inet6 accept_rtadv"
      6 sshd_enable="YES"
      7 # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
      8 dumpdev="AUTO"
      9 kld_list="cuse nfs modeset fusefs linux sound snd_hda /boot/modules/i915kms.ko"
     10 webcamd_enable="YES"
     11 #zfs_enable="YES"
     12 
     13 if_bridge_load="YES"
     14 if_tap_load="YES"
     15 if_epair_load="YES"
     16 
     17 #jail_enable="YES"
     18 #jail_parallel_start="YES"
     19 #jail_reverse_stop="YES"
     20 
     21 cloned_interfaces="bridge0 epair0 tap0"
     22 ifconfig_bridge0="addm wlan0 addm epair0a addm tap0 up"
     23 ifconfig_epair0a="up"
     24 
     25 rpcbind_enable="YES"
     26 rpc_lockd_enable="YES"
     27 rpc_statd_enable="YES"
     28 mountd_enable="YES"
     29 nfs_server_enable="YES"