diff options
author | Charlie Root <John Ankarstr\xf6m> | 2021-06-01 20:26:05 +0200 |
---|---|---|
committer | Charlie Root <John Ankarstr\xf6m> | 2021-06-01 20:26:13 +0200 |
commit | 278f45d0c439199cb3167ed496c30dfafe22ab0b (patch) | |
tree | dd46eed6acda7cabe4d0fc690929cd3aa0bdc683 | |
parent | b1fd83323bbbef09f36f51b69f48e99221387ec3 (diff) | |
download | lbsd-278f45d0c439199cb3167ed496c30dfafe22ab0b.tar.gz |
Configure urtwn0
-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 |