makechrootpkg: Use --noconfirm when updating

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2009-02-24 11:41:41 -08:00
parent ca99683972
commit f6f7a52f4b
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ fi
if [ $update_first -eq 1 ]; then
echo "updating chroot"
mkarchroot -u "$uniondir"
mkarchroot -r "pacman -Syu --noconfirm" "$uniondir"
fi
echo "moving build files to chroot"