Remove duplicated pacman cleanup step

This gets run as the final step with all builders after the machine
reboots, so no need to do that twice.
This commit is contained in:
Aaron Bull Schaefer 2016-02-12 07:40:18 -08:00
parent f00a3026f4
commit 266dd4ea6c

View file

@ -69,7 +69,6 @@ cat <<-EOF > "${TARGET_DIR}${CONFIG_SCRIPT}"
# clean up
/usr/bin/pacman -Rcns --noconfirm gptfdisk
/usr/bin/yes | /usr/bin/pacman -Scc
EOF
echo '==> entering chroot and configuring system'