mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
General cleanup
This commit is contained in:
2
main.go
2
main.go
@@ -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)
|
||||
|
Reference in New Issue
Block a user