1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Remove system-docker syslink

This commit is contained in:
niusmallnan
2018-02-27 17:52:24 +08:00
committed by niusmallnan
parent 48e9314d0c
commit a7ba5d045b
3 changed files with 5 additions and 8 deletions

View File

@@ -16,7 +16,6 @@ import (
"github.com/rancher/os/cmd/power"
"github.com/rancher/os/cmd/respawn"
"github.com/rancher/os/cmd/sysinit"
"github.com/rancher/os/cmd/systemdocker"
"github.com/rancher/os/cmd/wait"
"github.com/rancher/os/dfs"
osInit "github.com/rancher/os/init"
@@ -35,7 +34,6 @@ var entrypoints = map[string]func(){
"recovery": control.AutologinMain,
"ros-bootstrap": control.BootstrapMain,
"ros-sysinit": sysinit.Main,
"system-docker": systemdocker.Main,
"wait-for-docker": wait.Main,
"cni-glue": glue.Main,
"bridge": bridge.Main,