From 01c59547807b4fd1d7d9362b6e6bca2e038f5dec Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Wed, 29 Sep 2010 10:40:42 +0200 Subject: Adding initial support for unionmount. --- hooks/live | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hooks') 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 -- cgit v1.2.3