cpurc: call cpustart
This commit is contained in:
parent
5a3b13e26e
commit
f882472d0b
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ case *
|
||||||
if(test -f /dev/apm)
|
if(test -f /dev/apm)
|
||||||
aux/apm
|
aux/apm
|
||||||
|
|
||||||
|
if(test -e /cfg/$sysname/cpustart)
|
||||||
|
. /cfg/$sysname/cpustart
|
||||||
|
|
||||||
# mode of /proc/*/ctl is inherited across rfork, and sets modes on
|
# mode of /proc/*/ctl is inherited across rfork, and sets modes on
|
||||||
# other /proc files, such as note, so let listen be killed.
|
# other /proc files, such as note, so let listen be killed.
|
||||||
dontkill '^(ipconfig|factotum|mntgen|venti|kfs|cwfs.*|cs|dns|reboot)$'
|
dontkill '^(ipconfig|factotum|mntgen|venti|kfs|cwfs.*|cs|dns|reboot)$'
|
||||||
|
|
Loading…
Reference in a new issue