]> code.ossystems Code Review - openembedded-core.git/commit
mkefidisk.sh: add boot log on console
authorTrevor Woerner <twoerner@gmail.com>
Sat, 28 Nov 2015 14:29:51 +0000 (09:29 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:40:06 +0000 (13:40 +0000)
commitd03e399623b9320268a2b56e4928bb7effa9146c
tree31f55b428c0041e2393a67156e0657bc840f9f3e
parent51dc79d55d0985e64838a08d39a22e8cd3fcd59a
mkefidisk.sh: add boot log on console

Hooking up a serial console is a "developer mode", the chances are pretty good
developers are interested in watching the kernel boot log on the console so
they can spot any problems or diagnose any failed boots (e.g. can't find root
fs).

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/mkefidisk.sh