fix awk not found..

This commit is contained in:
xiao201261 2018-02-21 21:30:23 +08:00 committed by Timothy Redaelli
parent 2e585ba6fc
commit f7c3f0ea49

View file

@ -89,7 +89,7 @@ configure_chroot() {
mv "/root.$cpu_type/etc/pacman.conf.bak" "/root.$cpu_type/etc/pacman.conf"
fi
chroot_exec 'pacman-key --init && pacman-key --populate archlinux'
chroot_exec 'pacman --noconfirm -Sy awk'
# Generate fstab
chroot_exec 'genfstab /mnt >> /etc/fstab'