Remove unneeded awk hack

It's now a dependency of base.
This commit is contained in:
Felix Yan 2020-08-04 03:08:14 +08:00
parent 308142cf6f
commit 529d8872b4
No known key found for this signature in database
GPG key ID: 786C63F330D7CB92

View file

@ -96,7 +96,6 @@ 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'