From 11841bf92e8015170d49bea1a6ecdfcdbfe4b5b5 Mon Sep 17 00:00:00 2001 From: simono41 Date: Tue, 17 Jul 2018 17:54:16 +0200 Subject: [PATCH] fix --- arch-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-install b/arch-install index 0aaec22..d157917 100755 --- a/arch-install +++ b/arch-install @@ -1130,7 +1130,8 @@ fi # echo "A purge stops the chance of installing on the system." 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 fi #