Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2012 14:06:49 +0000
From:      rudot@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r236201 - in soc2012/rudot/aux: . config
Message-ID:  <20120523140649.DC208106564A@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rudot
Date: Wed May 23 14:06:49 2012
New Revision: 236201
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=236201

Log:
  I save some config files for the target machine.

Added:
  soc2012/rudot/aux/build_kernel.sh   (contents, props changed)
  soc2012/rudot/aux/config/target.device.hints
  soc2012/rudot/aux/config/target.fstab
  soc2012/rudot/aux/config/target.rc.conf
  soc2012/rudot/aux/config/target.sysctl.conf
  soc2012/rudot/aux/remove.sh   (contents, props changed)

Added: soc2012/rudot/aux/build_kernel.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/rudot/aux/build_kernel.sh	Wed May 23 14:06:49 2012	(r236201)
@@ -0,0 +1,5 @@
+# check http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg23424.html
+
+cd /usr/src
+make buildkernel -DNO_MODULES KERNCONF=RCTL
+make installkernel -DNO_MODULES KERNCONF=RCTL

Added: soc2012/rudot/aux/config/target.device.hints
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/rudot/aux/config/target.device.hints	Wed May 23 14:06:49 2012	(r236201)
@@ -0,0 +1,41 @@
+# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.24 2012/03/06 18:44:52 bz Exp $
+hint.fdc.0.at="isa"
+hint.fdc.0.port="0x3F0"
+hint.fdc.0.irq="6"
+hint.fdc.0.drq="2"
+hint.fd.0.at="fdc0"
+hint.fd.0.drive="0"
+hint.fd.1.at="fdc0"
+hint.fd.1.drive="1"
+hint.ata.0.at="isa"
+hint.ata.0.port="0x1F0"
+hint.ata.0.irq="14"
+hint.ata.1.at="isa"
+hint.ata.1.port="0x170"
+hint.ata.1.irq="15"
+hint.atkbdc.0.at="isa"
+hint.atkbdc.0.port="0x060"
+hint.atkbd.0.at="atkbdc"
+hint.atkbd.0.irq="1"
+hint.psm.0.at="atkbdc"
+hint.psm.0.irq="12"
+hint.sc.0.at="isa"
+hint.sc.0.flags="0x100"
+hint.apm.0.disabled="1"
+hint.apm.0.flags="0x20"
+hint.uart.0.at="isa"
+hint.uart.0.port="0x3F8"
+hint.uart.0.flags="0x90"
+hint.uart.0.irq="4"
+hint.uart.1.at="isa"
+hint.uart.1.port="0x2F8"
+hint.uart.1.irq="3"
+hint.ppc.0.at="isa"
+hint.ppc.0.irq="7"
+hint.atrtc.0.at="isa"
+hint.atrtc.0.port="0x70"
+hint.atrtc.0.irq="8"
+hint.attimer.0.at="isa"
+hint.attimer.0.port="0x40"
+hint.attimer.0.irq="0"
+hint.wbwd.0.at="isa"

Added: soc2012/rudot/aux/config/target.fstab
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/rudot/aux/config/target.fstab	Wed May 23 14:06:49 2012	(r236201)
@@ -0,0 +1,4 @@
+# Device	Mountpoint	FStype	Options	Dump	Pass#
+/dev/ada0p2	/		ufs	rw	1	1
+/dev/ada0p3	none		swap	sw	0	0
+debug:/target/usr	/target/usr	nfs	rw	0	0

Added: soc2012/rudot/aux/config/target.rc.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/rudot/aux/config/target.rc.conf	Wed May 23 14:06:49 2012	(r236201)
@@ -0,0 +1,9 @@
+hostname="target"
+ifconfig_em0="DHCP"
+sshd_enable="YES"
+sendmail_enable="NONE"
+# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
+dumpdev="AUTO"
+
+
+nfs_client_enable="YES"

Added: soc2012/rudot/aux/config/target.sysctl.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/rudot/aux/config/target.sysctl.conf	Wed May 23 14:06:49 2012	(r236201)
@@ -0,0 +1,11 @@
+# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $
+#
+#  This file is read when going to multi-user and its contents piped thru
+#  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
+#
+
+# Uncomment this to prevent users from seeing information about processes that
+# are being run under another UID.
+#security.bsd.see_other_uids=0
+debug.kdb.current=ddb
+debug.debugger_on_panic=1

Added: soc2012/rudot/aux/remove.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/rudot/aux/remove.sh	Wed May 23 14:06:49 2012	(r236201)
@@ -0,0 +1 @@
+rctl -r ::pcpu:



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