socsvn commit: r236200 - soc2012/rudot/aux/config

rudot at FreeBSD.org rudot at FreeBSD.org
Wed May 23 14:01:53 UTC 2012


Author: rudot
Date: Wed May 23 14:01:50 2012
New Revision: 236200
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=236200

Log:
  I save som config files for the debugging machine

Added:
  soc2012/rudot/aux/config/debug.exports
  soc2012/rudot/aux/config/debug.rc.conf

Added: soc2012/rudot/aux/config/debug.exports
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/rudot/aux/config/debug.exports	Wed May 23 14:01:50 2012	(r236200)
@@ -0,0 +1 @@
+/target/usr	-maproot=root	target

Added: soc2012/rudot/aux/config/debug.rc.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/rudot/aux/config/debug.rc.conf	Wed May 23 14:01:50 2012	(r236200)
@@ -0,0 +1,10 @@
+hostname="debug"
+ifconfig_em0="DHCP"
+sshd_enable="YES"
+sendmail_enable="NONE"
+# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
+dumpdev="AUTO"
+
+rpcbind_enable="YES"
+nfs_server_enable="YES"
+mountd_flags="-r"


More information about the svn-soc-all mailing list