progress
This commit is contained in:
parent
2edb824855
commit
dc51439d6a
4
main.sh
4
main.sh
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user