From 266dd4ea6cd8facbeff4bdaa14e69fe59fbd226a Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Fri, 12 Feb 2016 07:40:18 -0800 Subject: [PATCH] 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. --- srv/install-base.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/srv/install-base.sh b/srv/install-base.sh index 32272c1..d64a5a6 100755 --- a/srv/install-base.sh +++ b/srv/install-base.sh @@ -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'