diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-05-22 16:48:49 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-05-22 16:48:49 -0400 |
commit | 329b7707ec532629c3c3b27f0e8b7911fbdc2cf2 (patch) | |
tree | 5185d0a13789cc95459c81c082eb680aaefc5a02 /etc | |
parent | 0fd819189920c3227a73450c91d9deaf46640ca2 (diff) | |
download | pfsense-329b7707ec532629c3c3b27f0e8b7911fbdc2cf2.zip pfsense-329b7707ec532629c3c3b27f0e8b7911fbdc2cf2.tar.gz |
Remove unionfs /, will have to come up with a new plan
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -126,8 +126,6 @@ if [ "$PLATFORM" = "cdrom" ] ; then mount_unionfs /tmp/unionfs/boot /boot/ echo -n " conf.default" mount_unionfs /tmp/unionfs/confdefault /conf.default/ - echo -n " /" - mount_unionfs /tmp/unionfs/diskroot / echo "... done." fi |