summaryrefslogtreecommitdiff
path: root/hooks/live
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/live')
-rwxr-xr-xhooks/live7
1 files changed, 7 insertions, 0 deletions
diff --git a/hooks/live b/hooks/live
index 85a98a3..93a2831 100755
--- a/hooks/live
+++ b/hooks/live
@@ -246,3 +246,10 @@ then
#mkdir -p $DESTDIR/etc
#cp -p /etc/nsswitch.conf $DESTDIR/etc
fi
+
+if [ "${LIVE_UNIONMOUNT}" = "true" ]
+then
+ # UnionMount
+ # only mount from patched util-linux can do this currently
+ copy_exec /bin/mount /bin/mount_full
+fi