aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bootconfig/samples/good-tree.bconf
blob: f2ddefc8b52a1566bf6a9049a994249ebb4f019e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
key {
  word {
    tree {
      value = "0"}
  }
  word2 {
    tree {
      value = 1,2 }
  }
}
other.tree {
  value = 2; value2 = 3;}