This commit is contained in:
simono41 2018-07-17 17:54:16 +02:00
parent 1350c842d9
commit 11841bf92e

View file

@ -1130,7 +1130,8 @@ fi
# #
echo "A purge stops the chance of installing on the system." echo "A purge stops the chance of installing on the system."
echo "It may take a while!" echo "It may take a while!"
if [ "y" != "noinstall" ] || [ "y" != "${skipbootpartition}" ]; then if [ "y" != "noinstall" ] && [ "y" != "${skipbootpartition}" ]; then
sleep 5
dd if=/dev/zero of=${device} bs=64M count=10 status=progress dd if=/dev/zero of=${device} bs=64M count=10 status=progress
fi fi
# #