mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
committed by
Christian Helmuth
parent
2b69310adf
commit
7617833365
@@ -59,6 +59,11 @@ proc bin_dir { } {
|
||||
set fiasco_serial_esc_arg "-serial_esc "
|
||||
|
||||
|
||||
proc run_boot_string { } {
|
||||
return "L4 Bootstrapper"
|
||||
}
|
||||
|
||||
|
||||
##
|
||||
# Populate boot directory with binaries on fiasco
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user