Revert "utils/boot-analysis: Make seabios optional in timeline."

The loss of SeaBIOS messages was actually caused by a bug in my code,
not a change in the boot process.

This reverts commit 6fa24e768a.
This commit is contained in:
Richard W.M. Jones
2016-05-25 13:42:21 +01:00
parent 6fa24e768a
commit 0c49869366

View File

@@ -281,7 +281,7 @@ construct_timeline (void)
#if defined(__i386__) || defined(__x86_64__)
/* SeaBIOS. */
FIND_OPTIONAL ("seabios", 0,
FIND ("seabios", 0,
data->events[j].source == GUESTFS_EVENT_APPLIANCE &&
strstr (data->events[j].message, "SeaBIOS (version"),
data->events[k].source == GUESTFS_EVENT_APPLIANCE &&