summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.initial.defaults
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-01 10:41:44 -0200
committerRenato Botelho <renato@netgate.com>2016-02-01 10:41:44 -0200
commit7222324e2a073d006ef55fcf36a5250bee73faef (patch)
tree0bbb9873c2f57abe4d2d729c6e0ce7d6fed12ea8 /src/etc/rc.initial.defaults
parentaecade14d0f91084253488ffe9afa99089e7c8d3 (diff)
downloadpfsense-7222324e2a073d006ef55fcf36a5250bee73faef.zip
pfsense-7222324e2a073d006ef55fcf36a5250bee73faef.tar.gz
Remove all additional packages from the system before reset to factory default. Fixes #5829
Diffstat (limited to 'src/etc/rc.initial.defaults')
-rwxr-xr-xsrc/etc/rc.initial.defaults1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/rc.initial.defaults b/src/etc/rc.initial.defaults
index c80a18d..3020cc2 100755
--- a/src/etc/rc.initial.defaults
+++ b/src/etc/rc.initial.defaults
@@ -38,6 +38,7 @@
echo "\n" . gettext("You are about to reset the firewall to factory defaults.");
echo "\n" . gettext("The firewall will reboot after resetting the configuration.");
+ echo "\n" . gettext("All additional packages installed will be removed.");
echo "\n" . gettext("Do you want to proceed [y|n]?") . " ";
if (strcasecmp(chop(fgets($fp)), "y") == 0) {
OpenPOWER on IntegriCloud