summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMichal Suchanek <hramrach@gmail.com>2012-10-05 15:32:05 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 13:54:13 +0200
commit19c72d400121fec31ca4dfa5f44998510460225b (patch)
treeef77bb4b0731f51421e47464ec2ff578bdb6fcd0 /backends
parent5937aa7e8492c259f8aa636aaceb06bee3463bed (diff)
downloadlive-boot-19c72d400121fec31ca4dfa5f44998510460225b.tar.gz
live-boot-19c72d400121fec31ca4dfa5f44998510460225b.zip
Including util-linux mount in initramfs.
Diffstat (limited to 'backends')
-rwxr-xr-xbackends/initramfs-tools/live.hook14
1 files changed, 4 insertions, 10 deletions
diff --git a/backends/initramfs-tools/live.hook b/backends/initramfs-tools/live.hook
index 3860f4c..c5b81b0 100755
--- a/backends/initramfs-tools/live.hook
+++ b/backends/initramfs-tools/live.hook
@@ -143,6 +143,10 @@ then
copy_exec /usr/bin/eject /bin
fi
+# Program: mount
+# fuse does not work with klibc mount
+copy_exec /bin/mount /bin/mount.util-linux
+
[ "${QUIET}" ] || echo -n " utils"
# Feature: Verify Checksums
@@ -236,14 +240,4 @@ case "${LIVE_DNS}" in
;;
esac
-case "${LIVE_UNIONMOUNT}" in
- true)
- [ "${QUIET}" ] || echo -n " unionmount"
-
- # UnionMount
- # only mount from patched util-linux can do this currently
- copy_exec /bin/mount /bin/mount_full
- ;;
-esac
-
[ "${QUIET}" ] || echo .