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.desktop (724B)


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