Index: /branches/releng-11/nanobsd/files/etc/rc.conf
===================================================================
--- /branches/releng-11/nanobsd/files/etc/rc.conf	(revision 13732)
+++ /branches/releng-11/nanobsd/files/etc/rc.conf	(revision 13736)
@@ -79,4 +79,5 @@
 local_unbound_enable="NO"
 unbound_enable="NO"
+unbound_anchorflags="-f /etc/resolv.conf"
 
 # Explicitly disable the memory-hungry alternatives
Index: /branches/releng-11/nanobsd/files/tools/wl-config
===================================================================
--- /branches/releng-11/nanobsd/files/tools/wl-config	(revision 13732)
+++ /branches/releng-11/nanobsd/files/tools/wl-config	(revision 13736)
@@ -244,5 +244,5 @@
   # Clear out tempdir when done
   if [ ${OPT_MOUNT} -eq 1 ]; then
-  	trap "rm -Rf ${TMPDIR}; umount /cfg; mount -ro noatime /; exit" 0 1 2 3 15
+  	trap "rm -Rf ${TMPDIR}; umount /cfg; exit" 0 1 2 3 15
   else
   	trap "rm -Rf ${TMPDIR}; exit" 0 1 2 3 15
@@ -252,5 +252,4 @@
   # Mount if requested
   if [ ${OPT_MOUNT} -eq 1 ]; then
-  	mount -uwo noatime /
   	mount /cfg
   fi
