update autoinstall script

This commit is contained in:
2020-06-05 17:35:15 +03:00
parent 79aa4566c6
commit d87f0c1e3c
2 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,13 @@
# esac
# }
for i in {15..01}
do
tput cup 10 $l
echo -n "Autoinstall will begin in $i seconds"
sleep 1
done
for x in $(cat /proc/cmdline); do
case "${x}" in
autoinstall=*) AUTOINSTALL_PATH="${x#*=}"