diff options
| author | Chris Titus <[email protected]> | 2021-10-31 13:04:44 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-31 13:04:44 -0500 |
| commit | 59328ecf31dbbd1e1822acbd2e54b53241cd6c95 (patch) | |
| tree | 8c76930c475b49acc44178f8e388b306c0982cc0 /0-preinstall.sh | |
| parent | 74e2141813887c08f296452e395b6a9262347496 (diff) | |
| download | ArchTitus-59328ecf31dbbd1e1822acbd2e54b53241cd6c95.tar.xz ArchTitus-59328ecf31dbbd1e1822acbd2e54b53241cd6c95.zip | |
Update 0-preinstall.sh
Diffstat (limited to '0-preinstall.sh')
| -rwxr-xr-x | 0-preinstall.sh | 4 |
1 files changed, 0 insertions, 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 "--------------------------------------" |
