Adding upstream version 3.0~a8.
[live-boot-grml.git] / hooks / live
index 85a98a3..93a2831 100755 (executable)
@@ -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