fix
This commit is contained in:
parent
1350c842d9
commit
11841bf92e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue