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
|
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…
Add table
Add a link
Reference in a new issue