Index: /branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
===================================================================
--- /branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden	(revision 10604)
+++ /branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden	(revision 10605)
@@ -285,4 +285,9 @@
 )
 
+# Make tools available for root by default
+cust_root_bin_to_tools() {
+	ln -s /tools ${NANO_WORLDDIR}/root/bin
+}
+
 # Directly stolen from /usr/src/tools/tools/nanobsd/nanobsd.sh, and make sure
 # to source /etc/profile in chroot to get PKG_* included, for alternate installs
@@ -411,4 +416,5 @@
 customize_cmd cust_serial_ttys
 customize_cmd cust_version_tag
+customize_cmd cust_root_bin_to_tools
 customize_cmd cust_allow_ssh_root
 customize_cmd cust_openvpn_dhparam
