From 4f54dd23b8655ce6c30a62c419d62533431f3602 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 6 Sep 2008 22:48:41 +0000 Subject: Add conf.default to the unionfs roster --- etc/rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') 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 -- cgit v1.1