aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lib4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.lib b/rc.lib
index c86e529..e70d7e0 100644
--- a/rc.lib
+++ b/rc.lib
@@ -20,8 +20,8 @@ mnt() {
}
emergency_shell() {
- error "Cannot continue init due to errors above, starting emergency shell"
- error "When ready, type 'exit' to continue the boot."
+ error "Cannot continue init due to errors above, starting emergency shell" \
+ "When ready, type 'exit' to continue the boot."
/bin/sh -l
}