mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
will this make console.sh for non-upgraded persistent consoles?
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
2
main.go
2
main.go
@@ -22,6 +22,8 @@ import (
|
||||
var entrypoints = map[string]func(){
|
||||
"cloud-init-execute": cloudinitexecute.Main,
|
||||
"cloud-init-save": cloudinitsave.Main,
|
||||
"console": control.ConsoleInitMain,
|
||||
"console.sh": control.ConsoleInitMain,
|
||||
"docker": docker.Main,
|
||||
"dockerlaunch": dfs.Main,
|
||||
"halt": power.Halt,
|
||||
|
Reference in New Issue
Block a user