mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
081c65360b
Add a bootconfig test script to ensure the tool and boot config parser are working correctly. Link: http://lkml.kernel.org/r/157867224728.17873.18114241801246589416.stgit@devnote2 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
11 lines
119 B
Text
11 lines
119 B
Text
# A good simple bootconfig
|
|
|
|
key.word1 = 1
|
|
key.word2=2
|
|
key.word3 = 3;
|
|
|
|
key {
|
|
word4 = 4 }
|
|
|
|
key { word5 = 5; word6 = 6 }
|
|
|