remove vars

on host before entering chroot
This commit is contained in:
teldra 2021-03-13 10:58:38 +01:00
parent f69dfab627
commit 8bf3287d2b
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ done
mkdir -p "${dest}"/tmp/installer/tmp
cp -rf "${vars}" "${dest}"/tmp/installer/tmp
rm -rf "${vars}"
cp -rf "${modules}" "${dest}"/tmp/installer
cp -rf "${functions}" "${dest}"/tmp/installer
cp -rf ./run_in_chroot.sh "${dest}"/tmp/installer