X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=b5d43f266356c7dc58959d0bf3da9ec6eca53d2a;hb=2e09ee3e58cd15af47149e7c9d86baa9890526b0;hp=3174d17e97f7de5acafa510e6eab79b5261e5987;hpb=949045a69dd7f9d5934d2f29fc2f820aa5f6eaac;p=live-boot-grml.git 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