OSDN Git Service

[update] : pacman.confをalter仕様に
authorwatasuke102 <watasuke102@gmail.com>
Fri, 26 Jun 2020 22:25:57 +0000 (07:25 +0900)
committerwatasuke102 <watasuke102@gmail.com>
Fri, 26 Jun 2020 22:25:57 +0000 (07:25 +0900)
channels/i3/airootfs.x86_64/etc/pacman.conf

index 0688c0c..e29e145 100644 (file)
@@ -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]