From 42053f2dd34349b467e583d0be38e1fbf54a177e Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Wed, 29 Sep 2010 10:37:15 +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 3174d17..b5d43f2 100755 --- a/hooks/live +++ b/hooks/live @@ -251,3 +251,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