mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
feat(pacstrap): run install_arch from pacstrap
This commit is contained in:
parent
b5f5237356
commit
d7f3eb62fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue