--- /etc/pacman.conf.pacnew
+++ /etc/pacman.conf
@@ -15,7 +15,7 @@
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
-HoldPkg = pacman glibc
+HoldPkg = pacman glibc dracut kernel-install-for-dracut eos-dracut
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
@@ -30,11 +30,12 @@
# Misc options
#UseSyslog
-#Color
+Color
+ILoveCandy
#NoProgressBar
-CheckSpace
-#VerbosePkgLists
-#ParallelDownloads = 5
+#CheckSpace
+VerbosePkgLists
+ParallelDownloads = 5
DownloadUser = alpm
#DisableSandbox
@@ -71,6 +72,10 @@
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
+[endeavouros]
+SigLevel = PackageRequired
+Include = /etc/pacman.d/endeavouros-mirrorlist
+
#[core-testing]
#Include = /etc/pacman.d/mirrorlist
@@ -89,8 +94,8 @@
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
-#[multilib]
-#Include = /etc/pacman.d/mirrorlist
+[multilib]
+Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
is this better ?
left pacnew right eos pacman.conf with merged thingsā¦