From f6f7a52f4bb845ca1a9682411ce770ca5d4aed86 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 24 Feb 2009 11:41:41 -0800 Subject: makechrootpkg: Use --noconfirm when updating Signed-off-by: Aaron Griffin --- makechrootpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makechrootpkg') diff --git a/makechrootpkg b/makechrootpkg index 8c3910f..35ca076 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -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" -- cgit v1.2.3-24-g4f1b