mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user