aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-02 13:37:06 +0300
committerCem Keylan <cem@ckyln.com>2020-03-02 13:37:06 +0300
commit0051c9751b7411a7027117f3835f1c4600fec87f (patch)
tree70bed22abce940f04fd5a21696fe0d4c4d2e1aca
parent5931703182196344b0a13059b6959e628278164a (diff)
downloadinit-0051c9751b7411a7027117f3835f1c4600fec87f.tar.gz
update emergency_shell
-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
}