diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-17 01:37:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-17 01:37:03 +0700 |
| commit | b7887c8b62d8286a0337b6bfa98c8cabccf3a5fe (patch) | |
| tree | 446e9e5b38298ee266dc4a5a58806bb2b43007bd /sys/etc | |
| parent | cca56949a4af405fd93e9d6f7f85ab542f6b6ab2 (diff) | |
| download | compute-archlinux-image-builder-b7887c8b62d8286a0337b6bfa98c8cabccf3a5fe.tar.xz | |
sys/etc: set default pacman.conf to VerbosePkgLists
Using this option give better list of the installed and the next version
of packages.
Diffstat (limited to 'sys/etc')
| -rw-r--r-- | sys/etc/pacman.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/etc/pacman.conf b/sys/etc/pacman.conf index e8760a2..7f55ff9 100644 --- a/sys/etc/pacman.conf +++ b/sys/etc/pacman.conf @@ -33,7 +33,7 @@ Architecture = auto #Color #NoProgressBar CheckSpace -#VerbosePkgLists +VerbosePkgLists #ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring |
