X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=93a2831e70109e2127a2b131de3c3ad555cc3462;hb=50e62e68f3af64d70bb572e868108d073ffdcb54;hp=85a98a3f951a5b16c5553bb7a236a7263b241606;hpb=bf69a0b2bd314bab8144767cf16d67309180d84b;p=live-boot-grml.git 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