diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-05 19:59:17 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-05 19:59:17 (GMT) |
commit | f266bc42884094e4239027ebea9a0641cb03aeaf (patch) | |
tree | 7053ab2bd9e5991927c67c89b2ab6aa53c784ca7 /templates | |
parent | 3f8b10c033bbfeef57b39e6178f45165d1540ad9 (diff) | |
download | linhes_dev-f266bc42884094e4239027ebea9a0641cb03aeaf.zip |
pacman.conf.chroot: remove SyncFirst option as it isn't supported in pacman 4.1+
Diffstat (limited to 'templates')
-rw-r--r-- | templates/pacman.conf.chroot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/pacman.conf.chroot b/templates/pacman.conf.chroot index 232ccee..6458abc 100644 --- a/templates/pacman.conf.chroot +++ b/templates/pacman.conf.chroot @@ -22,8 +22,6 @@ CacheDir = /tmp/cache/pacman #LogFile = /var/log/pacman.log HoldPkg = pacman glibc -# If upgrades are available for these packages they will be asked for first -SyncFirst = pacman #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #XferCommand = /usr/bin/curl -C - -f %u > %o #CleanMethod = KeepInstalled |