small fixes

This commit is contained in:
teldra 2021-03-16 20:33:02 +01:00
parent 8454958040
commit 27e86eb6d0
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ for i in $(find "${modules}" -mindepth 1 -maxdepth 1 -type d | sort -n ); do
test -f "${i}"/preinstall && source "${i}"/preinstall
done
mkdir -p "${dest}"/tmp/installer/tmp
mkdir -p "${dest}"/tmp/installer/tmp "${dest}"/etc
cp -rf /etc/resolv.conf "${dest}"/etc
cp -rf "${vars}" "${dest}"/tmp/installer/tmp
#rm -rf "${vars}"
cp -rf "${modules}" "${dest}"/tmp/installer