From f402729d90f5f23d06291b7a7de4e223696147c3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 14 Aug 2010 21:13:35 -0400 Subject: Do not setup unionfs for /PCBSD --- etc/rc | 2 -- 1 file changed, 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 -- cgit v1.1