From 59328ecf31dbbd1e1822acbd2e54b53241cd6c95 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sun, 31 Oct 2021 13:04:44 -0500 Subject: [PATCH] Update 0-preinstall.sh --- 0-preinstall.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/0-preinstall.sh b/0-preinstall.sh index 315ffef..855a3f1 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -100,10 +100,6 @@ if ! grep -qs '/mnt' /proc/mounts; then reboot now fi -#if [[ ! -d "/sys/firmware/efi" ]]; then -# dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/gptmbr.bin of=${DISK} -# extlinux --install /mnt/boot -#fi echo "--------------------------------------" echo "-- Arch Install on Main Drive --" echo "--------------------------------------"