This commit is contained in:
teldra 2022-02-08 22:39:34 +01:00
parent b6122cd9f6
commit bc07683134
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ umount -R ${target}/boot/efi ${target}/boot ${target}/tmp/vinstaller/ ${target}/
vgchange -an
cryptsetup close /dev/mapper/luks*
rm -rf $main
if [ "${DEBUG}" == "2" ]; then
set -x
fi
@ -252,8 +252,8 @@ do_chroot() {
cp -rf "${tmp_target}" "${target}/tmp/vinstaller/run"
mkdir -p "${target}/tmp/vinstaller/files"
cp -rf "${files}/*" "${target}/tmp/vinstaller/files"
#mkdir -p "${target}/tmp/vinstaller/files"
cp -rf "${files}" "${target}/tmp/vinstaller"
echo "USERNAME=${USERNAME}" > "${vars}"