xref: /linux/tools/bootconfig/samples/good-override.bconf (revision 2dcb8e8782d8e4c38903bf37b1a24d3ffd193da7)
1# Override the value
2key.word = 1,2,4
3key.word := 2,3
4
5# No pre-defined key
6key.new.word := "new"
7