diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-02 13:37:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-02 13:37:06 +0300 |
commit | 0051c9751b7411a7027117f3835f1c4600fec87f (patch) | |
tree | 70bed22abce940f04fd5a21696fe0d4c4d2e1aca | |
parent | 5931703182196344b0a13059b6959e628278164a (diff) | |
download | init-0051c9751b7411a7027117f3835f1c4600fec87f.tar.gz |
update emergency_shell
-rw-r--r-- | rc.lib | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |