1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Add a Recovery console prompt

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-16 11:50:01 +10:00
parent a04c0f3740
commit 765a7c3ed4
5 changed files with 26 additions and 14 deletions

View File

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