summaryrefslogtreecommitdiffstats
path: root/etc/rc.cdrom
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-22 16:30:05 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-22 16:30:05 -0400
commit0fd819189920c3227a73450c91d9deaf46640ca2 (patch)
tree6966aa01f73d736794bbb790ee1b34e2edb79a3c /etc/rc.cdrom
parent22af75a3af0b55904f45e6ea001c5b05fa09291a (diff)
downloadpfsense-0fd819189920c3227a73450c91d9deaf46640ca2.zip
pfsense-0fd819189920c3227a73450c91d9deaf46640ca2.tar.gz
Use unionfs for /
Diffstat (limited to 'etc/rc.cdrom')
-rwxr-xr-xetc/rc.cdrom6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index c1eb8f3..2018fe9 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -39,12 +39,6 @@ newfs /dev/${device} > /dev/null 2>&1
mount /dev/${device} /home
echo "done."
-echo -n "Generating a MFS / partition... "
-device=$(mdconfig -a -t malloc -s ${partsize})
-newfs /dev/${device} > /dev/null 2>&1
-mount /dev/${device} /
-echo "done."
-
# Create some needed directories
/bin/mkdir -p /var/db/pkg/
/bin/mkdir -p /var/tmp/vi.recover/
OpenPOWER on IntegriCloud