commit db3b7c33d937cf2b5f4df3ec81d9663b038a90cd
parent 092d353632b8706cd21524a1cedf4e6f475c40c4
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Wed, 3 Aug 2022 00:43:10 -0400
hold back on linux-firmware due to problems; no sudo timeout
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/etc/pacman.conf b/etc/pacman.conf
@@ -4,6 +4,7 @@ Architecture = auto
CheckSpace
DisableDownloadTimeout
HoldPkg = pacman glibc
+IgnorePkg = linux-firmware linux-firmware-whence
LocalFileSigLevel = Optional
ParallelDownloads = 5
SigLevel = Required DatabaseOptional
diff --git a/etc/sudoers b/etc/sudoers
@@ -1,4 +1,6 @@
root ALL=(ALL) ALL
mc ALL=(ALL) ALL
+Defaults passwd_timeout=0
+
@includedir /etc/sudoers.d