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:
freesource
2002-12-16 13:35:30 +00:00
parent a14161f4cc
commit 405d19a98e
4 changed files with 29 additions and 26 deletions
+3
View File
@@ -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;
}