1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

General cleanup

This commit is contained in:
Darren Shepherd
2015-02-19 11:27:23 -07:00
parent 6e87ea3981
commit 045130a830
4 changed files with 73 additions and 58 deletions

View File

@@ -35,7 +35,7 @@ func registerCmd(cmd string, mainFunc func()) {
func main() {
registerCmd("/init", osInit.MainInit)
registerCmd("/sbin/init-sys", sysinit.SysInit)
registerCmd(osInit.SYSINIT, sysinit.SysInit)
registerCmd("/usr/bin/system-docker", systemdocker.Main)
registerCmd("/sbin/poweroff", power.PowerOff)
registerCmd("/sbin/reboot", power.Reboot)