Gentoo Linux 的镜像配置方法如下:" />
返回介绍

Gentoo Linux 的镜像配置方法如下:

发布于 2021-03-20 05:23:10 字数 1334 浏览 1051 评论 0 收藏 0

Gentoo Portage 镜像配置:

rsync 方式

修改 /etc/portage/repos.conf/gentoo.conf ,将

sync-uri = rsync://rsync.gentoo.org/gentoo-portage

修改为

sync-uri = rsync://mirrors.tuna.tsinghua.edu.cn/gentoo-portage

git 方式

第一次使用 git 同步方式的用户需要进行如下操作:

  • 修改 /etc/portage/repos.conf/gentoo.conf - 将 sync-type 改为 git - 将 sync-uri 改为 https://mirrors.tuna.tsinghua.edu.cn/git/gentoo-portage.git
  • 删除 /var/db/repos/gentoo
  • 执行 emerge --sync

已经配置 git 同步的用户只需:

  • 修改 /etc/portage/repos.conf/gentoo.conf - 将 sync-uri 改为 https://mirrors.tuna.tsinghua.edu.cn/git/gentoo-portage.git
  • /var/db/repos/gentoo 下,执行 git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/gentoo-portage.git
  • 执行 emerge --sync

Distfiles 配置:

/etc/portage/make.conf 中加入:

GENTOO_MIRRORS="https://mirrors.tuna.tsinghua.edu.cn/gentoo"

配置好以上两项后,执行 emerge --sync 进行更新。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文