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
|
cp -f rootfs/etc/pacman.conf /etc/pacman.conf
|
||||||
systemctl restart reflector
|
systemctl restart reflector
|
||||||
pacman -Sy
|
pacman -Sy
|
||||||
pacstrap -K --needed /mnt/ "${pkg[@]}"
|
pacstrap -K /mnt/ --needed "${pkg[@]}"
|
||||||
cp -rfT rootfs/ /mnt/
|
cp -rfT rootfs/ /mnt/
|
||||||
genfstab -U /mnt/ >> /mnt/etc/fstab
|
genfstab -U /mnt/ >> /mnt/etc/fstab
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user