fix: pacstrap arguments
This commit is contained in:
parent
f34090294e
commit
9b5997ed4f
@ -26,7 +26,7 @@ cd "$(dirname "$0")"
|
||||
cp -f rootfs/etc/pacman.conf /etc/pacman.conf
|
||||
systemctl restart reflector
|
||||
pacman -Sy
|
||||
pacstrap -K --needed /mnt/ "${pkg[@]}"
|
||||
pacstrap -K /mnt/ --needed "${pkg[@]}"
|
||||
cp -rfT rootfs/ /mnt/
|
||||
genfstab -U /mnt/ >> /mnt/etc/fstab
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user