diff options
-rwxr-xr-x | etc/rc.initial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index 7dcef8c..1b1b468 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -2,7 +2,7 @@ # If recovery console shell option has been specified if [ -f "/tmp/donotbootup" ]; then - /bin/tcsh + /usr/bin/env prompt="%B[%n@%m]%b%/(%h)||RecoveryConsoleShell: " /bin/tcsh exit fi |