Skip to content

Commit

Permalink
always show continuation after leaving bbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Apr 18, 2011
1 parent 3664974 commit 6f97e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.c
Expand Up @@ -471,7 +471,7 @@ static void mount_root(void) { /* {{{ */
} }


if (stat(root, &st) != 0) { if (stat(root, &st) != 0) {
err("failed to stat root!"); err("failed to stat root!\n");
return; return;
} }


Expand Down Expand Up @@ -502,7 +502,7 @@ static char *find_init(void) { /* {{{ */
err("root is mounted, but '%s' is not found! Bailing to a rescue shell." err("root is mounted, but '%s' is not found! Bailing to a rescue shell."
"Good luck!\n", init); "Good luck!\n", init);
start_rescue_shell(); start_rescue_shell();
msg("continuing... this will probably fail...\n"); err("continuing... \n");
} }


return init; return init;
Expand Down

0 comments on commit 6f97e2b

Please sign in to comment.