1
0
mirror of https://github.com/rancher/os.git synced 2025-07-04 02:26:13 +00:00

Change boot up message

This commit is contained in:
Darren Shepherd 2015-03-30 14:19:21 -07:00
parent 363cd2764d
commit 8dad5598b5

View File

@ -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,