From 0051c9751b7411a7027117f3835f1c4600fec87f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 2 Mar 2020 13:37:06 +0300 Subject: update emergency_shell --- rc.lib | 4 ++-- 1 file 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 } -- cgit v1.2.3