summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-23 22:30:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-23 22:30:48 +0000
commitebe6a7396174f9743add824051aa1a126c5e1207 (patch)
tree23a8189e4a36f1ba72257371955dadeedd8809f8 /etc/rc
parentaabccccd673339dcea43fc837933021fe7f6ca4b (diff)
downloadpfsense-ebe6a7396174f9743add824051aa1a126c5e1207.zip
pfsense-ebe6a7396174f9743add824051aa1a126c5e1207.tar.gz
MFC 8640
Output more information on boot
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index e7cfb6b..1bd3fa2 100755
--- a/etc/rc
+++ b/etc/rc
@@ -42,6 +42,7 @@ fi
/sbin/conscontrol mute off >/dev/null
# Mount memory file system if it exists
+echo -n "Mounting filesystems..."
/sbin/mount -a
# Mount /. If it fails run a fsck.
@@ -74,7 +75,7 @@ else
/usr/local/bin/php -f /etc/rc.conf_mount_rw
fi
-
+echo " done."
# Repair symlinks if they are broken
if [ ! -L /etc/syslog.conf ]; then
OpenPOWER on IntegriCloud