diff --git a/configs/baseline/pacman.conf b/configs/baseline/pacman.conf
index 9d895e93a3bd18062ce144003278e9e1cef709a5..8d0df6f7c87b12b4009ea1de56473a45ae4e309f 100644
--- a/configs/baseline/pacman.conf
+++ b/configs/baseline/pacman.conf
@@ -33,10 +33,11 @@ Architecture = auto
 # Misc options
 #UseSyslog
 #Color
-#TotalDownload
+#NoProgressBar
 # We cannot check disk space from within a chroot environment
 #CheckSpace
 #VerbosePkgLists
+#ParallelDownloads = 5
 
 # By default, pacman accepts packages signed by keys that its local keyring
 # trusts (see pacman-key and its man page), as well as unsigned packages.
diff --git a/configs/releng/pacman.conf b/configs/releng/pacman.conf
index 9d895e93a3bd18062ce144003278e9e1cef709a5..8d0df6f7c87b12b4009ea1de56473a45ae4e309f 100644
--- a/configs/releng/pacman.conf
+++ b/configs/releng/pacman.conf
@@ -33,10 +33,11 @@ Architecture = auto
 # Misc options
 #UseSyslog
 #Color
-#TotalDownload
+#NoProgressBar
 # We cannot check disk space from within a chroot environment
 #CheckSpace
 #VerbosePkgLists
+#ParallelDownloads = 5
 
 # By default, pacman accepts packages signed by keys that its local keyring
 # trusts (see pacman-key and its man page), as well as unsigned packages.