run: capture kernel msg to detect boot errors

Handle boot errors like the old run tool did by checking a kernel
specific string on boot up and start the run script timeout afterwards.

Issue #1395.
This commit is contained in:
Josef Söntgen
2015-02-06 18:02:55 +01:00
committed by Christian Helmuth
parent 2b69310adf
commit 7617833365
8 changed files with 53 additions and 15 deletions

View File

@@ -240,6 +240,11 @@ proc run_boot_dir_arm {binaries} {
}
proc run_boot_string { } {
return "L4 Bootstrapper"
}
##
# Populate boot directory with binaries on fiasco.OC
#