index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-10-17 20:37:13 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-10-17 20:37:13 -0300 |
commit | fc0f752561918cc3082c119cf0564c7cf5a6867c (patch) | |
tree | 8f1cdef0f743466dc33ec3d846792053a188a22d | |
parent | 0edf2119c2aae1e7d209f8369da3547624a5b01a (diff) |
-rw-r--r-- | configs/install-iso/overlay/etc/pacman.conf | 13 |
diff --git a/configs/install-iso/overlay/etc/pacman.conf b/configs/install-iso/overlay/etc/pacman.conf index 6fe3d29..de7e17d 100644 --- a/configs/install-iso/overlay/etc/pacman.conf +++ b/configs/install-iso/overlay/etc/pacman.conf @@ -28,7 +28,6 @@ SyncFirst = pacman #NoExtract = # Misc options (all disabled by default) -#NoPassiveFtp #UseSyslog #ShowSize #UseDelta @@ -52,10 +51,12 @@ SyncFirst = pacman # uncommented to enable the repo. # -# Testing is disabled by default. To enable, uncomment the following -# two lines. You can add preferred servers immediately after the header, -# and they will be used before the default mirrors. +# The testing repositories are disabled by default. To enable, uncomment the +# repo name header and Include lines. You can add preferred servers immediately +# after the header, and they will be used before the default mirrors. + #[testing] +## Add your preferred servers here, they will be used first #Include = /etc/pacman.d/mirrorlist [core] @@ -66,6 +67,10 @@ Include = /etc/pacman.d/mirrorlist # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist +#[community-testing] +## Add your preferred servers here, they will be used first +#Include = /etc/pacman.d/mirrorlist + [community] # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist |