diff options
Diffstat (limited to '')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index a13f4fc..e7a919b 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -350,7 +350,6 @@ 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" o # create a new DOS partition table |