diff options
-rw-r--r-- | etc/ifconfig.urtwn0 | 5 | ||||
-rw-r--r-- | etc/rc.conf | 30 |
2 files changed, 35 insertions, 0 deletions
diff --git a/etc/ifconfig.urtwn0 b/etc/ifconfig.urtwn0 new file mode 100644 index 0000000..ad542c0 --- /dev/null +++ b/etc/ifconfig.urtwn0 @@ -0,0 +1,5 @@ +up +media autoselect +mode 11g +powersave +dhcp diff --git a/etc/rc.conf b/etc/rc.conf new file mode 100644 index 0000000..ddc6228 --- /dev/null +++ b/etc/rc.conf @@ -0,0 +1,30 @@ +# Load the defaults in from /etc/defaults/rc.conf (if it's readable). +# These can be overridden below. +# +if [ -r /etc/defaults/rc.conf ]; then + . /etc/defaults/rc.conf +fi + +# If this is not set to YES, the system will drop into single-user mode. +# +rc_configured=YES + +# Add local overrides below. +# +critical_filesystems_local="OPTIONAL:/var OPTIONAL:/usr" +random_file=/etc/entropy-file +wpa_supplicant=YES +dhcpcd=YES +dhcpcd_flags="-4 -qbMz urtwn0,wm0" +sshd=YES +ntpd=YES +ntpdate=YES +cgd=NO +raidframe=NO +lvm=NO +wscons=YES +ipfilter=YES +apmd=YES +powerd=YES +estd=YES +squid=NO |