diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-29 18:54:18 -0700 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-29 18:54:18 -0700 | 
| commit | 422ae050f06e9f03e02b58decd51b4304a0ea6e8 (patch) | |
| tree | 18ea33d9930de5222bb26323f8361979b6eca97a | |
| parent | a0f514050e6571f1b9c1ff585875803108c4d069 (diff) | |
pacdiff
| -rw-r--r-- | etc/pacman.conf | 9 | 
1 files changed, 3 insertions, 6 deletions
| diff --git a/etc/pacman.conf b/etc/pacman.conf index 4de3388d..a03ebf7c 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -19,7 +19,7 @@ HoldPkg     = pacman glibc  #XferCommand = /usr/bin/curl -L -C - -f -o %o %u  #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u  #CleanMethod = KeepInstalled -Architecture = auto +Architecture = aarch64  # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup  #IgnorePkg   = @@ -43,8 +43,8 @@ LocalFileSigLevel = Optional  #RemoteFileSigLevel = Required  # NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official Arch Linux -# packagers with `pacman-key --populate archlinux`. +# keyring can then be populated with the keys of all official Arch Linux ARM +# packagers with `pacman-key --populate archlinuxarm`.  #  # REPOSITORIES @@ -89,9 +89,6 @@ Include = /etc/pacman.d/mirrorlist  [extra]  Include = /etc/pacman.d/mirrorlist -[community] -Include = /etc/pacman.d/mirrorlist -  [alarm]  Include = /etc/pacman.d/mirrorlist | 
