mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-01-23 10:15:21 +00:00
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:
parent
f00a3026f4
commit
266dd4ea6c
1 changed files with 0 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue