summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-06 22:48:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-06 22:48:41 +0000
commit4f54dd23b8655ce6c30a62c419d62533431f3602 (patch)
treeed428cc21544aac99f5252b0ff27a7992ac918d5 /etc/rc
parentd948c0d40c63a6a618ac606ecdb68d083c343ddd (diff)
downloadpfsense-4f54dd23b8655ce6c30a62c419d62533431f3602.zip
pfsense-4f54dd23b8655ce6c30a62c419d62533431f3602.tar.gz
Add conf.default to the unionfs roster
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index eabe718..c97fd0c 100755
--- a/etc/rc
+++ b/etc/rc
@@ -91,6 +91,7 @@ if [ "$PLATFORM" = "cdrom" ] ; then
mkdir /tmp/unionfs/sbin
mkdir /tmp/unionfs/bin
mkdir /tmp/unionfs/boot
+ mkdir /tmp/unionfs/confdefault
echo -n "Mounting unionfs directories:"
echo -n " usr"
mount_unionfs /tmp/unionfs/usr /usr/
@@ -102,6 +103,8 @@ if [ "$PLATFORM" = "cdrom" ] ; then
mount_unionfs /tmp/unionfs/sbin /sbin/
echo -n " boot"
mount_unionfs /tmp/unionfs/boot /boot/
+ echo -n " conf.default"
+ mount_unionfs /tmp/unionfs/confdefault /conf.default/
echo "... done."
fi
OpenPOWER on IntegriCloud