2
0
Fork 0

nixos-module: make vbox log directly to file

This commit is contained in:
Emery Hemingway 2020-06-12 08:14:26 +05:30
parent ad46ca71df
commit 9f631d1f2d
1 changed files with 1 additions and 4 deletions

View File

@ -152,10 +152,7 @@ let toVbox =
[ XML.leaf [ XML.leaf
{ name = "libc" { name = "libc"
, attributes = toMap , attributes = toMap
{ stdout = "/dev/log" { stdout = "/log", stderr = "/log", rtc = "/dev/rtc" }
, stderr = "/dev/log"
, rtc = "/dev/rtc"
}
} }
, XML.element , XML.element
{ name = "vfs" { name = "vfs"