Browse Source

migration arch

master
arcolinuxz 2 years ago
parent
commit
cb07706488
  1. 11
      archiso/airootfs/etc/pacman.conf
  2. 23
      archiso/pacman.conf

11
archiso/airootfs/etc/pacman.conf

@ -36,7 +36,7 @@ Architecture = auto
#NoProgressBar #NoProgressBar
#CheckSpace #CheckSpace
#VerbosePkgLists #VerbosePkgLists
ParallelDownloads = 5 ParallelDownloads = 8
# By default, pacman accepts packages signed by keys that its local keyring # By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages. # trusts (see pacman-key and its man page), as well as unsigned packages.
@ -71,19 +71,16 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately # repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors. # after the header, and they will be used before the default mirrors.
#[testing] #[core-testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[core] [core]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
[extra] #[extra-testing]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[community] [extra]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system, # If you want to run 32 bit applications on your x86_64 system,

23
archiso/pacman.conf

@ -2,6 +2,8 @@
# /etc/pacman.conf # /etc/pacman.conf
# #
# See the pacman.conf(5) manpage for option and repository directives # See the pacman.conf(5) manpage for option and repository directives
#
# SPDX-License-Identifier: GPL-3.0-or-later
# #
# GENERAL OPTIONS # GENERAL OPTIONS
@ -32,10 +34,9 @@ Architecture = auto
#UseSyslog #UseSyslog
#Color #Color
#NoProgressBar #NoProgressBar
# We cannot check disk space from within a chroot environment
#CheckSpace #CheckSpace
#VerbosePkgLists #VerbosePkgLists
ParallelDownloads = 5 ParallelDownloads = 8
# By default, pacman accepts packages signed by keys that its local keyring # By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages. # trusts (see pacman-key and its man page), as well as unsigned packages.
@ -89,35 +90,31 @@ Server = https://arch-linux-calamares-installer.github.io/$repo/$arch
#repositories from ArcoLinux #repositories from ArcoLinux
#[arcolinux_repo_testing] #[arcolinux_repo_testing]
#SigLevel = Required DatabaseOptional #SigLevel = Optional TrustedOnly
#Include = /etc/pacman.d/arcolinux-mirrorlist #Include = /etc/pacman.d/arcolinux-mirrorlist
#[arcolinux_repo] #[arcolinux_repo]
#SigLevel = Required DatabaseOptional #SigLevel = Optional TrustedOnly
#Include = /etc/pacman.d/arcolinux-mirrorlist #Include = /etc/pacman.d/arcolinux-mirrorlist
#[arcolinux_repo_3party] #[arcolinux_repo_3party]
#SigLevel = Required DatabaseOptional #SigLevel = Optional TrustedOnly
#Include = /etc/pacman.d/arcolinux-mirrorlist #Include = /etc/pacman.d/arcolinux-mirrorlist
#[arcolinux_repo_xlarge] #[arcolinux_repo_xlarge]
#SigLevel = Required DatabaseOptional #SigLevel = Optional TrustedOnly
#Include = /etc/pacman.d/arcolinux-mirrorlist #Include = /etc/pacman.d/arcolinux-mirrorlist
#repositories from Arch Linux #[core-testing]
#[testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[core] [core]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
[extra] #[extra-testing]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[community] [extra]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system, # If you want to run 32 bit applications on your x86_64 system,

Loading…
Cancel
Save