summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-18 18:58:43 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-18 18:58:43 -0400
commit3ec9c84afae3d19c62c298443030eb05e454db22 (patch)
tree8467e446bc31acd5d4f23853489137878a7723f3 /etc/rc.initial
parentb1d044971a3fce01299e8c6f7e40b114d0bcfdf2 (diff)
downloadpfsense-3ec9c84afae3d19c62c298443030eb05e454db22.zip
pfsense-3ec9c84afae3d19c62c298443030eb05e454db22.tar.gz
Use custom prompt for Recovery Shell
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
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
OpenPOWER on IntegriCloud