mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Move around code for better clarity
This commit is contained in:
committed by
niusmallnan
parent
2f50b7b178
commit
1f50386828
4
main.go
4
main.go
@@ -9,13 +9,13 @@ import (
|
||||
"github.com/rancher/os/cmd/cloudinitexecute"
|
||||
"github.com/rancher/os/cmd/cloudinitsave"
|
||||
"github.com/rancher/os/cmd/control"
|
||||
osInit "github.com/rancher/os/cmd/init"
|
||||
"github.com/rancher/os/cmd/network"
|
||||
"github.com/rancher/os/cmd/power"
|
||||
"github.com/rancher/os/cmd/respawn"
|
||||
"github.com/rancher/os/cmd/sysinit"
|
||||
"github.com/rancher/os/cmd/wait"
|
||||
"github.com/rancher/os/dfs"
|
||||
osInit "github.com/rancher/os/init"
|
||||
"github.com/rancher/os/pkg/dfs"
|
||||
)
|
||||
|
||||
var entrypoints = map[string]func(){
|
||||
|
Reference in New Issue
Block a user