diff --git a/archiso/pacman.conf b/archiso/pacman.conf index 76a80eb..f88220d 100644 --- a/archiso/pacman.conf +++ b/archiso/pacman.conf @@ -32,8 +32,7 @@ Architecture = auto #UseSyslog #Color #NoProgressBar -# We cannot check disk space from within a chroot environment -#CheckSpace +CheckSpace #VerbosePkgLists ParallelDownloads = 5 @@ -76,12 +75,20 @@ LocalFileSigLevel = Optional [core] Include = /etc/pacman.d/mirrorlist +[snigdhaos-core] +SigLevel = Never +Include = /etc/pacman.d/snigdhaos-mirrorlist + #[extra-testing] #Include = /etc/pacman.d/mirrorlist [extra] Include = /etc/pacman.d/mirrorlist +[snigdhaos-extra] +SigLevel = Never +Include = /etc/pacman.d/snigdhaos-mirrorlist + # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. @@ -96,3 +103,6 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs + +[chaotic-aur] +Include = /etc/pacman.d/chaotic-mirrorlist