From 3ec9c84afae3d19c62c298443030eb05e454db22 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 18 May 2009 18:58:43 -0400 Subject: Use custom prompt for Recovery Shell --- etc/rc.initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1