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:41:10 -0400
commitd3d66c182d1ee0a2417d4c816caee778427c279b (patch)
treea7f801e0add1e9a40bbafd7098c717bb356ab06f
parent7ec8b201296592a44aab87b17276b120ee9755c3 (diff)
downloadFreeBSD-src-d3d66c182d1ee0a2417d4c816caee778427c279b.zip
FreeBSD-src-d3d66c182d1ee0a2417d4c816caee778427c279b.tar.gz
Shorten initial menu text
(cherry picked from commit 4047fc02a0b5ab01eba376d1ffdb74e4958efcae) (cherry picked from commit 2390e891a5d3f2d2647d0008cf57c45a5c30f32b)
-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