summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-06 20:47:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-06 20:47:46 +0000
commitab1a08b2628c2bd42f67b68099b072cd173b5690 (patch)
tree31c465e75772af896553fa1cafc3b8f5255907a2 /etc/rc
parentbfc956c056f19a535843507dbeff8740aa7aafcc (diff)
downloadpfsense-ab1a08b2628c2bd42f67b68099b072cd173b5690.zip
pfsense-ab1a08b2628c2bd42f67b68099b072cd173b5690.tar.gz
* Show operations in progress
* Increase /conf memory partition size to 6m
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 18bd5d3..b066ded 100755
--- a/etc/rc
+++ b/etc/rc
@@ -88,12 +88,12 @@ if [ "$PLATFORM" = "cdrom" ] ; then
mkdir /tmp/unionfs
mkdir /tmp/unionfs/usr
mkdir /tmp/unionfs/root
- echo -n "Mounting unionfs directories: "
- echo -n "usr"
+ echo -n "Mounting unionfs directories:"
+ echo -n " usr"
mount_unionfs /tmp/unionfs/usr /usr/
echo -n " root"
mount_unionfs /tmp/unionfs/root /root/
- echo " ... done."
+ echo "... done."
fi
echo -n "Creating symlinks..."
OpenPOWER on IntegriCloud