summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-18 15:43:33 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-18 15:43:33 -0500
commitdf40aa866203bdf92b9b386ca3832b9448151c8a (patch)
tree43c7a9a8e59335ebce2ca19f6a5bdbe35682a9e8 /etc/rc
parente9954aef051fc73855d995466bbabae38e1046bc (diff)
downloadpfsense-df40aa866203bdf92b9b386ca3832b9448151c8a.zip
pfsense-df40aa866203bdf92b9b386ca3832b9448151c8a.tar.gz
Be less chatty
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc11
1 files changed, 2 insertions, 9 deletions
diff --git a/etc/rc b/etc/rc
index b8ced8b..15f058a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -115,6 +115,7 @@ else
fi
if [ "$PLATFORM" = "cdrom" ] ; then
+ echo -n "Mounting unionfs directories..."
/bin/mkdir /tmp/unionfs
/bin/mkdir /tmp/unionfs/usr
/bin/mkdir /tmp/unionfs/root
@@ -122,21 +123,13 @@ if [ "$PLATFORM" = "cdrom" ] ; then
/bin/mkdir /tmp/unionfs/bin
/bin/mkdir /tmp/unionfs/boot
/bin/mkdir /tmp/unionfs/confdefault
- echo -n "Mounting unionfs directories:"
- echo -n " usr"
/sbin/mount_unionfs /tmp/unionfs/usr /usr/
- echo -n " root"
/sbin/mount_unionfs /tmp/unionfs/root /root/
- echo -n " bin"
/sbin/mount_unionfs /tmp/unionfs/bin /bin/
- echo -n " sbin"
/sbin/mount_unionfs /tmp/unionfs/sbin /sbin/
- echo -n " boot"
/sbin/mount_unionfs /tmp/unionfs/boot /boot/
- echo -n " conf.default"
/sbin/mount_unionfs /tmp/unionfs/confdefault /conf.default/
- echo -n " installer"
- echo "... done."
+ echo "done."
fi
echo -n "Creating symlinks..."
OpenPOWER on IntegriCloud