1
0
mirror of https://github.com/rancher/os.git synced 2025-09-21 02:19:48 +00:00

Installing 0.7.1, and then rebooting, and doing a ros upgrade to a faked up latest works \o/

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-12-20 22:49:34 +10:00
parent bdb0d32235
commit 2a575837b2
15 changed files with 528 additions and 296 deletions

View File

@@ -117,9 +117,7 @@ func InitLogger() {
return
}
// TODO: look into containerized syslog
//filename := "/dev/kmsg"
filename := "/var/log/log"
filename := "/dev/kmsg"
f, err := os.OpenFile(filename, os.O_WRONLY, 0644)
if err != nil {
logrus.Debugf("error opening %s: %s", filename, err)