diff --git a/usr/bin/archboot-aarch64-create-container.sh b/usr/bin/archboot-aarch64-create-container.sh index c8929b47e..4ff6fd45c 100755 --- a/usr/bin/archboot-aarch64-create-container.sh +++ b/usr/bin/archboot-aarch64-create-container.sh @@ -64,7 +64,7 @@ if [[ "$(uname -m)" == "aarch64" ]]; then mount shm ""${_DIR}"/dev/shm" -t tmpfs -o mode=1777,nosuid,nodev # install archboot echo "Installing packages base firmware and archboot to ${_DIR} ..." - yes | pacman --root "${_DIR}" -Sy base archboot "${_LINUX_FIRMWARE}" --ignore systemd-resolvconf --cachedir "${_PWD}"/"${_CACHEDIR}" >/dev/null 2>&1 + pacman --root "${_DIR}" -Sy base archboot "${_LINUX_FIRMWARE}" --noconfirm --ignore systemd-resolvconf --cachedir "${_PWD}"/"${_CACHEDIR}" >/dev/null 2>&1 # umount special filesystems echo "Umount special filesystems in to ${_DIR} ..." umount -R ""${_DIR}"/proc"