diff options
Diffstat (limited to '')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 9a91e8d..77c5759 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -350,6 +350,7 @@ echo "# disk $drv #" echo "# #" echo "#=================================#" echo && echo +sleep 123 dd if=/dev/zero of="$drv" bs=512 count=1 sed -e 's/\s*\([\+0-9a-zA-Z \"=#()[]{}<>,:. - \_\/?!@$%^&~`*|]*\).*/\1/' << FDISK_INPUT | fdisk "$drv" g # create a new GPT partition table |