7 Star 1 Fork 7

OpenCloudOS Stream/dnf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
5000-default-zchunk-false.patch 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2023-06-01 10:34 . update
From 8733ed15f14dabf2de0f8c7d37a42257226a996d Mon Sep 17 00:00:00 2001
From: victorzhong <[email protected]>
Date: Mon, 19 Sep 2022 16:45:07 +0800
Subject: [PATCH] default zchunk false
---
etc/dnf/dnf-strict.conf | 1 +
etc/dnf/dnf.conf | 2 ++
2 files changed, 3 insertions(+)
diff --git a/etc/dnf/dnf-strict.conf b/etc/dnf/dnf-strict.conf
index 3d08d07..b211b39 100644
--- a/etc/dnf/dnf-strict.conf
+++ b/etc/dnf/dnf-strict.conf
@@ -4,3 +4,4 @@ installonly_limit=3
clean_requirements_on_remove=True
best=True
skip_if_unavailable=False
+zchunk=False
diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf
index 460dd25..899f178 100644
--- a/etc/dnf/dnf.conf
+++ b/etc/dnf/dnf.conf
@@ -6,3 +6,5 @@ installonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=True
+zchunk=False
+
--
2.27.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/dnf.git
[email protected]:opencloudos-stream/dnf.git
opencloudos-stream
dnf
dnf
master

搜索帮助