1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Make the bootstrap phase logable

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-09-13 16:02:53 +10:00
parent 449633abaa
commit b92a7752f4
4 changed files with 4 additions and 14 deletions

View File

@@ -33,6 +33,7 @@ var entrypoints = map[string]func(){
"init": osInit.MainInit,
"netconf": network.Main,
"recovery": control.AutologinMain,
"ros-bootstrap": control.BootstrapMain,
"ros-sysinit": sysinit.Main,
"system-docker": systemdocker.Main,
"wait-for-docker": wait.Main,