diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-11 18:40:56 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-11 18:40:56 (GMT) |
commit | 2ac727cd54e5f9e3a565d37c6be5c9081cd4028e (patch) | |
tree | 6ca5c8e81efb8eef1aa894d6bea0b5dc911cf009 /build_tools/archiso | |
parent | f266bc42884094e4239027ebea9a0641cb03aeaf (diff) | |
download | linhes_dev-2ac727cd54e5f9e3a565d37c6be5c9081cd4028e.zip |
remove SyncFirst option as it isn't supported in pacman 4.1+ from all pacman.conf files
Diffstat (limited to 'build_tools/archiso')
-rw-r--r-- | build_tools/archiso/mythvantage/profile_files/pacman.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build_tools/archiso/mythvantage/profile_files/pacman.conf b/build_tools/archiso/mythvantage/profile_files/pacman.conf index ef9acb6..46538e9 100644 --- a/build_tools/archiso/mythvantage/profile_files/pacman.conf +++ b/build_tools/archiso/mythvantage/profile_files/pacman.conf @@ -15,8 +15,6 @@ CacheDir = /data/storage/disk0/pacman/pkg #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc -# If upgrades are available for these packages they will be asked for first -SyncFirst = pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled |