summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-02 00:26:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-02 00:26:23 +0000
commit4d28b3ecace0d3f2f3c3c461e0a12182ce6ab2c5 (patch)
treecee9ec528debf085a44aec17d4111230a932f079 /etc/rc.initial
parent272587a41c390d6a990e73578589a2dbe0dadcc1 (diff)
downloadpfsense-4d28b3ecace0d3f2f3c3c461e0a12182ce6ab2c5.zip
pfsense-4d28b3ecace0d3f2f3c3c461e0a12182ce6ab2c5.tar.gz
Only show option 98 if config.xml does not reside on a removable device and a msdos formatted device is present
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index ad73f7f..99c2285 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -43,7 +43,9 @@ echo " 8) Shell"
echo " 9) PFtop"
echo "10) Traffic Logs"
if [ -f /var/db/pfi/capable_* ]; then
- echo "98) Move configuration file to removable device"
+ if [ ! -L /cf/conf ]; then
+ echo "98) Move configuration file to removable device"
+ fi
fi
if [ "$PLATFORM" = "cdrom" ]; then
OpenPOWER on IntegriCloud