small fixes
This commit is contained in:
parent
8454958040
commit
27e86eb6d0
3
main.sh
3
main.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user