fix: pacstrap arguments
This commit is contained in:
parent
f34090294e
commit
9b5997ed4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue