1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +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

@@ -27,13 +27,6 @@ func Main() {
}
app.Commands = []cli.Command{
{
Name: "bootstrap",
Hidden: true,
HideHelp: true,
SkipFlagParsing: true,
Action: bootstrapAction,
},
{
Name: "config",
ShortName: "c",