summaryrefslogtreecommitdiffstats
path: root/release
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:41:17 -0400
commit168b4b8110da8cbfe2aff142f6ccbed2038fb186 (patch)
treeb2fbc3637ef74ee8f152085e9c3be8bc563d029c /release
parent513392e5b6e7fb172aad23036a5535ff73c5d69d (diff)
downloadFreeBSD-src-168b4b8110da8cbfe2aff142f6ccbed2038fb186.zip
FreeBSD-src-168b4b8110da8cbfe2aff142f6ccbed2038fb186.tar.gz
Shorten initial menu text
(cherry picked from commit 4047fc02a0b5ab01eba376d1ffdb74e4958efcae) (cherry picked from commit 2390e891a5d3f2d2647d0008cf57c45a5c30f32b) (cherry picked from commit d3d66c182d1ee0a2417d4c816caee778427c279b)
Diffstat (limited to 'release')
-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