git: 9front

Download patch

ref: 08bddb643644655e14362e863253fcee71167f6a
parent: 4cbb6fc715320e648bb452c7449ed3de7d60e95c
author: aiju <aiju@phicode.de>
date: Sun Jul 24 06:04:12 EDT 2011

cpurc: call cpustart

--- a/rc/bin/cpurc
+++ b/rc/bin/cpurc
@@ -69,6 +69,9 @@
 if(test -f /dev/apm)
 	aux/apm
 
+if(test -e /cfg/$sysname/cpustart)
+	. /cfg/$sysname/cpustart
+
 # mode of /proc/*/ctl is inherited across rfork, and sets modes on
 # other /proc files, such as note, so let listen be killed.
 dontkill '^(ipconfig|factotum|mntgen|venti|kfs|cwfs.*|cs|dns|reboot)$'
--