diff options
Diffstat (limited to 'hooks/live')
| -rwxr-xr-x | hooks/live | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
