From 8611c9c51345b4de6ae498d8e01d96b02139264f Mon Sep 17 00:00:00 2001 From: watasuke102 Date: Sat, 27 Jun 2020 07:25:57 +0900 Subject: [PATCH] =?utf8?q?[update]=20:=20pacman.conf=E3=82=92alter?= =?utf8?q?=E4=BB=95=E6=A7=98=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- channels/i3/airootfs.x86_64/etc/pacman.conf | 37 ++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/channels/i3/airootfs.x86_64/etc/pacman.conf b/channels/i3/airootfs.x86_64/etc/pacman.conf index 0688c0cb..e29e145a 100644 --- a/channels/i3/airootfs.x86_64/etc/pacman.conf +++ b/channels/i3/airootfs.x86_64/etc/pacman.conf @@ -6,6 +6,12 @@ # # GENERAL OPTIONS # +# Yamada Hayao +# Twitter: @Hayao0819 +# Email : hayao@fascode.net +# +# (c) 2019-2020 Fascode Network. +# [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. @@ -20,7 +26,7 @@ HoldPkg = pacman glibc #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 -Architecture = i686 +Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = @@ -31,8 +37,8 @@ Architecture = i686 # Misc options #UseSyslog -#Color -#TotalDownload +Color +TotalDownload # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists @@ -70,6 +76,16 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +# Alter Linux +[alter-stable] +Include = /etc/pacman.d/mirrorlist-alter + +[alter-kernel] +Include = /etc/pacman.d/mirrorlist-alter + +#[alter-testing] +#Include = /etc/pacman.d/mirrorlist-alter + #[testing] #Include = /etc/pacman.d/mirrorlist @@ -85,6 +101,21 @@ Include = /etc/pacman.d/mirrorlist [community] Include = /etc/pacman.d/mirrorlist +# If you want to run 32 bit applications on your x86_64 system, +# enable the multilib repositories as required here. + +#[multilib-testing] +#Include = /etc/pacman.d/mirrorlist + +[multilib] +Include = /etc/pacman.d/mirrorlist + +# [hayao] +# This is Yamada Hayao's personal repository. +# It was used early but is now disabled. +# Server = https://hayao0819.github.io/archlinux-repo/repo/$arch +# SigLevel = Optional TrustAll + # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] -- 2.11.0