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
/
bad-samekey.bconf
Text
·
83 B
·
e8d983a
Raw
7 lines · plain
1
# Same key value is not allowed
2
key {
3
foo = value
4
bar = value2
5
}
6
key.foo = value
7