mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
This gets things working nicely. Now exits sooner for root_fs_helper
because the nbd line no longer presents itself. Makefile is almost done.
This commit is contained in:
@@ -1573,6 +1573,9 @@ sub create_expect_uml {
|
||||
info(1,"$x_count $_");
|
||||
$x_count++;
|
||||
# Didn't need this before, but now do.
|
||||
if ( $_ =~/Power down\./ ) {
|
||||
last;
|
||||
}
|
||||
if ( $_ =~/nbd.*module cleaned up/ ) {
|
||||
last;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user