Semi-Automatic Arch install with personal setup. Made for UEFI systems in mind.
- Clone repo
git clone https://github.com/jd-raymaker/arch-install.git
and edit it to your liking - Partition and format drives you want to use with any tool of your choice (ex. cfdisk or fdisk)
- Mount the root partition to
/mnt
- Make a mount point for EFI partition
mkdir -p /mnt/boot/efi
- Mount EFI partition to
/mnt/boot/efi
- Run
./arch-install.sh
and watch the installation do it's magic