summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 21:13:35 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 21:13:35 -0400
commitf402729d90f5f23d06291b7a7de4e223696147c3 (patch)
treea8db47e90172aebd4a9fe75011d9a72464d4435f
parent5a69cb0659dae2bfb481c31a6c57ff4f829225ac (diff)
downloadpfsense-f402729d90f5f23d06291b7a7de4e223696147c3.zip
pfsense-f402729d90f5f23d06291b7a7de4e223696147c3.tar.gz
Do not setup unionfs for /PCBSD
-rwxr-xr-xetc/rc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 6f3e28c..67bd1e3 100755
--- a/etc/rc
+++ b/etc/rc
@@ -112,7 +112,6 @@ if [ "$PLATFORM" = "cdrom" ] ; then
mkdir /tmp/unionfs/bin
mkdir /tmp/unionfs/boot
mkdir /tmp/unionfs/confdefault
- mkdir /tmp/unionfs/PCBSD
echo -n "Mounting unionfs directories:"
echo -n " usr"
mount_unionfs /tmp/unionfs/usr /usr/
@@ -127,7 +126,6 @@ if [ "$PLATFORM" = "cdrom" ] ; then
echo -n " conf.default"
mount_unionfs /tmp/unionfs/confdefault /conf.default/
echo -n " installer"
- mount_unionfs /tmp/unionfs/PCBSD /PCBSD/
echo "... done."
fi
OpenPOWER on IntegriCloud