Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2012 14:01:50 +0000
From:      rudot@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r236200 - soc2012/rudot/aux/config
Message-ID:  <20120523140150.DA4F51065670@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120523140150.DA4F51065670>