diff options
-rw-r--r-- | templates/pacman.conf.chroot | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/pacman.conf.chroot b/templates/pacman.conf.chroot index e8cadc4..66ef97d 100644 --- a/templates/pacman.conf.chroot +++ b/templates/pacman.conf.chroot @@ -34,21 +34,21 @@ CacheDir = /tmp/dev-pkgcache # - pacman will search repositories in the order defined here. # - local/custom mirrors can be added here or in separate files # -[core] -Server = http://knoppmyth.net/repo/REPLACEME/$repo - -[extra] -Server = http://knoppmyth.net/repo/REPLACEME/$repo - -[chroot-devel] -Server = http://knoppmyth.net/repo/REPLACEME/$repo +#[core] +#Server = http://knoppmyth.net/repo/REPLACEME/$repo -#[core-testing] +#[extra] #Server = http://knoppmyth.net/repo/REPLACEME/$repo -#[extra-testing] +#[chroot-devel] #Server = http://knoppmyth.net/repo/REPLACEME/$repo +[core-testing] +Server = http://knoppmyth.net/repo/REPLACEME/$repo + +[extra-testing] +Server = http://knoppmyth.net/repo/REPLACEME/$repo + |