mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
make ros log to dmesg
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package sysinit
|
||||
|
||||
import (
|
||||
log "github.com/Sirupsen/logrus"
|
||||
initPkg "github.com/rancher/os/init"
|
||||
"github.com/rancher/os/log"
|
||||
)
|
||||
|
||||
func Main() {
|
||||
log.InitLogger()
|
||||
if err := initPkg.SysInit(); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user