diff options
author | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
commit | 0632591996893fe136a1f2fe44d9b9f404f41f3e (patch) | |
tree | 7340edbe7c212da3db45a83219147143a3268c8d /localfs/etc/dnf | |
download | fedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2 |
Initial commit
Diffstat (limited to 'localfs/etc/dnf')
-rw-r--r-- | localfs/etc/dnf/dnf.conf | 7 | ||||
-rw-r--r-- | localfs/etc/dnf/protected.d/dnf.conf | 1 | ||||
-rw-r--r-- | localfs/etc/dnf/protected.d/rpm.conf | 1 | ||||
-rw-r--r-- | localfs/etc/dnf/protected.d/storage.conf | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/localfs/etc/dnf/dnf.conf b/localfs/etc/dnf/dnf.conf new file mode 100644 index 0000000..4d5402b --- /dev/null +++ b/localfs/etc/dnf/dnf.conf @@ -0,0 +1,7 @@ +[main] +gpgcheck=1 +# Number of kernels to be kept on the system: +installonly_limit=2 +clean_requirements_on_remove=True + +fastestmirror=true diff --git a/localfs/etc/dnf/protected.d/dnf.conf b/localfs/etc/dnf/protected.d/dnf.conf new file mode 100644 index 0000000..6148f6c --- /dev/null +++ b/localfs/etc/dnf/protected.d/dnf.conf @@ -0,0 +1 @@ +dnf diff --git a/localfs/etc/dnf/protected.d/rpm.conf b/localfs/etc/dnf/protected.d/rpm.conf new file mode 100644 index 0000000..916f55d --- /dev/null +++ b/localfs/etc/dnf/protected.d/rpm.conf @@ -0,0 +1 @@ +rpm diff --git a/localfs/etc/dnf/protected.d/storage.conf b/localfs/etc/dnf/protected.d/storage.conf new file mode 100644 index 0000000..15d7117 --- /dev/null +++ b/localfs/etc/dnf/protected.d/storage.conf @@ -0,0 +1,3 @@ +device-mapper +lvm2 +cryptsetup |