2
0
Fork 0

nixos: less diag, more verbose

This commit is contained in:
Ehmry - 2020-12-19 15:24:17 +01:00
parent 248f7502e6
commit 791694f168
2 changed files with 2 additions and 5 deletions

View File

@ -25,6 +25,7 @@ in λ ( params
) → ) →
Genode.Boot::{ Genode.Boot::{
, config = Init::{ , config = Init::{
, verbose = True
, routes = params.routes , routes = params.routes
, children = , children =
let child = Prelude.Map.keyValue Child.Type let child = Prelude.Map.keyValue Child.Type
@ -90,7 +91,6 @@ in λ ( params
, label = , label =
Init.LabelSelector.prefix Init.LabelSelector.prefix
"nixos -> /nix/store" "nixos -> /nix/store"
, diag = Some True
} }
] ]
# ( let Entry = Prelude.Map.Entry Text Text # ( let Entry = Prelude.Map.Entry Text Text
@ -101,8 +101,7 @@ in λ ( params
( λ(e : Entry) → ( λ(e : Entry) →
[ Init.Config.Policy::{ [ Init.Config.Policy::{
, service = "ROM" , service = "ROM"
, diag = Some True , label =
, label =
Init.LabelSelector.prefix Init.LabelSelector.prefix
"nixos -> ${e.mapKey}" "nixos -> ${e.mapKey}"
, attributes = toMap , attributes = toMap
@ -112,7 +111,6 @@ in λ ( params
} }
, Init.Config.Policy::{ , Init.Config.Policy::{
, service = "ROM" , service = "ROM"
, diag = Some True
, label = , label =
Init.LabelSelector.Type.Partial Init.LabelSelector.Type.Partial
{ prefix = Some { prefix = Some

View File

@ -119,7 +119,6 @@ in λ ( params
, policies = , policies =
[ Init.Config.Policy::{ [ Init.Config.Policy::{
, service = "ROM" , service = "ROM"
, diag = Some True
, label = Init.LabelSelector.prefix "ExecStart" , label = Init.LabelSelector.prefix "ExecStart"
} }
] ]