View | Details | Raw Unified | Return to bug 192178
Collapse All | Expand All

(-)tools/tools/nanobsd/nanobsd.sh (-2 / +2 lines)
Lines 464-470 Link Here
464
	if [ -n "${dir}" -a -d "${dir}" ]; then
464
	if [ -n "${dir}" -a -d "${dir}" ]; then
465
		echo "Populating ${lbl} from ${dir}"
465
		echo "Populating ${lbl} from ${dir}"
466
		cd ${dir}
466
		cd ${dir}
467
		find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -dumpv ${mnt}
467
		find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)/' | cpio -dumpv ${mnt}
468
	fi
468
	fi
469
	df -i ${mnt}
469
	df -i ${mnt}
470
	nano_umount ${mnt}
470
	nano_umount ${mnt}
Lines 733-739 Link Here
733
733
734
cust_install_files () (
734
cust_install_files () (
735
	cd ${NANO_TOOLS}/Files
735
	cd ${NANO_TOOLS}/Files
736
	find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -Ldumpv ${NANO_WORLDDIR}
736
	find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)/' | cpio -Ldumpv ${NANO_WORLDDIR}
737
)
737
)
738
738
739
#######################################################################
739
#######################################################################

Return to bug 192178