summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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