diff options
author | Michal Suchanek <hramrach@centrum.cz> | 2010-09-29 10:40:42 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:59:20 +0100 |
commit | 01c59547807b4fd1d7d9362b6e6bca2e038f5dec (patch) | |
tree | 3012b6bffcbeb2d86773b8c6fca8cd31bccfe99c /hooks | |
parent | a569533b09c0aca215b8194f5d66790b51752edf (diff) | |
download | live-boot-01c59547807b4fd1d7d9362b6e6bca2e038f5dec.tar.gz live-boot-01c59547807b4fd1d7d9362b6e6bca2e038f5dec.zip |
Adding initial support for unionmount.
Diffstat (limited to 'hooks')
-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 |