From 3e656edd6e33d6a4678b17920bfba27aee71b5f0 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Tue, 28 Dec 2021 12:51:53 -0600 Subject: remove 'dd' that was zeroing out beginning of install disk in favor of wipefs --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0d46a1e..7baad47 100755 --- a/install.sh +++ b/install.sh @@ -133,7 +133,7 @@ done if [[ $partitioning_mode = "a" ]]; then - dd if=/dev/zero of=$drive bs=1M count=1 + wipefs --all --quiet $drive && sync if [[ ! -z $UEFI_MODE ]]; then echo -e "o\nY\nn\n\n\n+256M\nEF00\nn\n2\n\n\n\nw\nY\n" | gdisk $drive if [[ $drive =~ "nvme" ]]; then -- cgit v1.2.3