~tonijarjour/archinstall

arch linux iso chroot script
must make timesync dir
update readme
archinstall files

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tonijarjour/archinstall
read/write
git@git.sr.ht:~tonijarjour/archinstall

You can also use your local clone with git send-email.

#Arch Linux

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

#Fast Arch Mirror

https://arch.mirror.constant.com/$repo/os/$arch
Do not follow this link