summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-07-19 08:40:34 -0400
committerjim-p <jimp@pfsense.org>2017-07-19 08:40:34 -0400
commit4047fc02a0b5ab01eba376d1ffdb74e4958efcae (patch)
treedb963d0003d53f6c0cb4a0b2050d6c13337a93ff
parent3413d68503fa5016f5f26a428109398ffab0372e (diff)
downloadFreeBSD-src-4047fc02a0b5ab01eba376d1ffdb74e4958efcae.zip
FreeBSD-src-4047fc02a0b5ab01eba376d1ffdb74e4958efcae.tar.gz
Shorten initial menu text
-rwxr-xr-xrelease/rc.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/rc.local b/release/rc.local
index d0b08c5..e6ceb30 100755
--- a/release/rc.local
+++ b/release/rc.local
@@ -74,10 +74,10 @@ fi
IOPTS="\
\"Install\" \"Install pfSense\" \
-\"Rescue Shell\" \"Launch a shell prompt to perform rescue operations\""
+\"Rescue Shell\" \"Launch a shell for rescue operations\""
if [ -x /root/recover_configxml.sh ] ; then
- IOPTS="${IOPTS} \"Recover config.xml\" \"Recover config.xml from a previous installation\""
+ IOPTS="${IOPTS} \"Recover config.xml\" \"Recover config.xml from a previous install\""
fi
exec 3>&1
OpenPOWER on IntegriCloud