summaryrefslogtreecommitdiff
path: root/helpers/lh_includechroot
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_includechroot')
-rwxr-xr-xhelpers/lh_includechroot11
1 files changed, 0 insertions, 11 deletions
diff --git a/helpers/lh_includechroot b/helpers/lh_includechroot
deleted file mode 100755
index eedd31d15..000000000
--- a/helpers/lh_includechroot
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# lh_includechroot
-
-# Copy external directory into the chroot
-if [ -d "${LIVE_INCLUDE_CHROOT}" ]
-then
- cd "${LIVE_INCLUDE_CHROOT}"
- find . | cpio -pumd "${LIVE_CHROOT}"
- cd "${OLDPWD}"
-fi