Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
bootconfig
/
samples
/
good-override.bconf
Text
·
98 B
·
7d31d5f
Raw
7 lines · plain
1
# Override the value
2
key.word = 1,2,4
3
key.word := 2,3
4
5
# No pre-defined key
6
key.new.word := "new"
7