summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-05-24 15:21:23 +0000
committerEd Maste <emaste@FreeBSD.org>2019-05-24 15:21:23 +0000
commitb7ebd3eff29329f07764fe96caa3b4a747134561 (patch)
treed293c81c5cd5068071229043d10645fd4625bdd2 /tools
parentb1536a812b13e47342c1cf0bcb5cd2ec1bdd849f (diff)
downloadsrc-test2-b7ebd3eff29329f07764fe96caa3b4a747134561.tar.gz
src-test2-b7ebd3eff29329f07764fe96caa3b4a747134561.zip
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/dhcpd/common2
-rw-r--r--tools/tools/nanobsd/pcengines/common.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/nanobsd/dhcpd/common b/tools/tools/nanobsd/dhcpd/common
index 33dcd5221d74..b1ea81b7d8f8 100644
--- a/tools/tools/nanobsd/dhcpd/common
+++ b/tools/tools/nanobsd/dhcpd/common
@@ -83,7 +83,7 @@ cust_install_machine_files()
{
echo "cd ${NANO_CFG_BASE}/Files"
cd ${NANO_CFG_BASE}/Files
- find . -print | grep -Ev '/(CVS|\.svn)' | cpio -dumpv ${NANO_WORLDDIR}
+ find . -print | grep -Ev '/(CVS|\.git|\.hg|\.svn)' | cpio -dumpv ${NANO_WORLDDIR}
}
customize_cmd cust_install_files
customize_cmd cust_install_machine_files
diff --git a/tools/tools/nanobsd/pcengines/common.conf b/tools/tools/nanobsd/pcengines/common.conf
index c23293d8fd81..8cd870b2dd7d 100644
--- a/tools/tools/nanobsd/pcengines/common.conf
+++ b/tools/tools/nanobsd/pcengines/common.conf
@@ -39,7 +39,7 @@ cust_install_machine_files() (
MACHINE_DIR="${NANO_TOOLS}/Files.${NANO_NAME}"
if [ -d "${MACHINE_DIR}" ]; then
cd ${MACHINE_DIR}
- find . -print | grep -Ev '/(CVS|\.svn)' | cpio -dumpv ${NANO_WORLDDIR}
+ find . -print | grep -Ev '/(CVS|\.git|\.hg|\.svn)' | cpio -dumpv ${NANO_WORLDDIR}
else
echo "${MACHINE_DIR} not found, skipping step"
fi