summaryrefslogtreecommitdiff
path: root/helpers/binary_chroot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-06-24 01:29:03 +0200
committerDaniel Baumann <daniel@debian.org>2010-06-24 01:29:03 +0200
commit663283a8e2099bd1165e36bc3084091cce694183 (patch)
treecbbc93206b795084f4bb0a76f31731fecc8a9479 /helpers/binary_chroot
parent792a26517d88009043016087c0d131594007e5b5 (diff)
downloadvyos-live-build-663283a8e2099bd1165e36bc3084091cce694183.tar.gz
vyos-live-build-663283a8e2099bd1165e36bc3084091cce694183.zip
Removing double implementation of binary_rootfs/excludes.
Diffstat (limited to 'helpers/binary_chroot')
-rwxr-xr-xhelpers/binary_chroot15
1 files changed, 0 insertions, 15 deletions
diff --git a/helpers/binary_chroot b/helpers/binary_chroot
index fb7dafe75..08c6f4839 100755
--- a/helpers/binary_chroot
+++ b/helpers/binary_chroot
@@ -95,21 +95,6 @@ fi
${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot
-if [ -f config/binary_rootfs/exclude ]
-then
- # Read exclude file and expand wildcards.
- for EXCLUDE in $(cat config/binary_rootfs/exclude)
- do
- if [ -e chroot/chroot/"${EXCLUDE}" ]
- then
- # Run "rm" inside the chroot so it cannot possibly remove host files.
- Chroot chroot "rm -r chroot/${EXCLUDE}"
- else
- Echo_warning "Excluded path does not exist: %s" "${EXCLUDE}"
- fi
- done
-fi
-
# Handling chroot excludes
if [ "${LH_BUILD_WITH_CHROOT}" = "true" ]
then