mirror of
https://github.com/rancher/os.git
synced 2025-07-04 10:36:14 +00:00
Change boot up message
This commit is contained in:
parent
363cd2764d
commit
8dad5598b5
@ -214,7 +214,7 @@ func SysInit() error {
|
|||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
func(cfg *config.Config) error {
|
func(cfg *config.Config) error {
|
||||||
log.Info("RancherOS booted")
|
log.Infof("RancherOS %s started", config.VERSION)
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
tailConsole,
|
tailConsole,
|
||||||
|
Loading…
Reference in New Issue
Block a user