diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:46:18 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:10 +0200 |
| commit | 2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1 (patch) | |
| tree | a638a56c0c90de0afb70f1c1b2d19e570d39e20c /backends | |
| parent | 18d2f858d485f89f667d012efc76386f82ffda59 (diff) | |
| download | live-boot-2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1.tar.gz live-boot-2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1.zip | |
Adding debian version 4.0~a1-1.
Diffstat (limited to 'backends')
| -rwxr-xr-x | backends/initramfs-tools/live.hook | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/backends/initramfs-tools/live.hook b/backends/initramfs-tools/live.hook index d66c669..3860f4c 100755 --- a/backends/initramfs-tools/live.hook +++ b/backends/initramfs-tools/live.hook @@ -143,19 +143,11 @@ 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 -if [ -e /etc/progress-linux_version ] -then - copy_exec /usr/bin/sha256sum /bin -else - copy_exec /usr/bin/md5sum /bin -fi +copy_exec /usr/bin/sha256sum /bin +copy_exec /usr/bin/md5sum /bin # Program: memdisk if [ -x /usr/bin/memdiskfind ] @@ -244,4 +236,14 @@ 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 . |
