feat(pacstrap): run install_arch from pacstrap

This commit is contained in:
mitchell 2026-05-17 15:14:41 -04:00
parent b5f5237356
commit d7f3eb62fa

View file

@ -2,4 +2,4 @@
pacstrap -K /mnt base linux git fish amd-ucode btrfs-progs ghostty-terminfo $argv pacstrap -K /mnt base linux git fish amd-ucode btrfs-progs ghostty-terminfo $argv
and genfstab -U /mnt >>/mnt/etc/fstab and genfstab -U /mnt >>/mnt/etc/fstab
and cp -r /root/dotfiles /mnt/ and cp -r /root/dotfiles /mnt/
and arch-chroot /mnt and arch-chroot /mnt /dotfiles/archiso/install_arch