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