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