This commit is contained in:
teldra 2022-02-09 13:20:09 +01:00
parent 2edb824855
commit dc51439d6a

View File

@ -10,8 +10,8 @@ tmp_target="${main}/tmp_target"
vars="${target}/tmp/vinstaller/vars" vars="${target}/tmp/vinstaller/vars"
files="./files" files="./files"
if [ -s conf ]; then if [ -s ./conf ]; then
. conf . ./conf
fi fi
umount -R ${target}/boot/efi ${target}/boot ${target}/tmp/vinstaller/ ${target}/home ${target} umount -R ${target}/boot/efi ${target}/boot ${target}/tmp/vinstaller/ ${target}/home ${target}