diff options
-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 } |