must make timesync dir
update readme
archinstall files
Format partitions then mount. Use fdisk
if not already partitioned.
mkfs.fat -F32 /dev/sdA
mkfs.ext4 -L "ARCH_LINUX" /dev/sdbB
mount /dev/sdbB /mnt
mkdir /mnt/boot
mount /dev/sdbA /mnt/boot
Run reflector
to get a list of decent mirrors.
reflector --latest 10 --sort rate --country "United States" --save /etc/pacman.d/mirrorlist
Choose the proper ucode package for the system's CPU.
pacstrap /mnt base linux-zen linux-firmware amd-ucode
Mount any additional partitions then generate mounting instructions.
genfstab -U /mnt >> /mnt/etc/fstab
Remember to edit install.sh
as needed.
curl -O https://git.sr.ht/~tonijarjour/archinstall/blob/master/install.sh
cp install.sh /mnt
arch-chroot /mnt
bash install.sh
https://arch.mirror.constant.com/$repo/os/$arch