mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
add a note to opensuse tumbleweed help
This commit is contained in:
parent
e772829716
commit
d24c229cf8
|
|
@ -8,8 +8,8 @@ mirrorid: opensuse
|
|||
|
||||
openSUSE 项目是一个由 Novell 赞助的社区项目。该项目旨在推进 Linux 的广泛应用,提供自由、易于入手和美观实用的 openSUSE Linux 发行版。openSUSE 使用 `zypper` 作为包管理器。
|
||||
|
||||
* 项目地址:<https://www.opensuse.org>
|
||||
* 镜像地址:<https://{{ site.hostname }}/opensuse>
|
||||
* 项目地址:<https://www.opensuse.org>
|
||||
* 镜像地址:<https://{{ site.hostname }}/opensuse>
|
||||
|
||||
openSUSE 默认使用 [MirrorBrain](https://zh.opensuse.org/MirrorBrain) 技术统一镜像入口,通过在下载时自动分配镜像站点,从而给用户提供更好的安全性,通常情况下使用默认配置即可。
|
||||
|
||||
|
|
@ -58,3 +58,9 @@ sudo zypper ar -fcg https://{{ site.hostname }}/opensuse/tumbleweed/repo/non-oss
|
|||
```shell
|
||||
sudo zypper ref
|
||||
```
|
||||
|
||||
Tumbleweed 注: Tumbleweed 安装后默认会启用 oss, non-oss, update, 3 个官方软件源,
|
||||
其中 oss 及 non-oss 源用于发布 Tumbleweed 的每日构建快照,快照中已包含系统所需的全部软件包及更新。
|
||||
update 源仅用于推送临时安全补丁,如当日快照已发布但仍有临时安全补丁时,会首先推送至 update 源,并在次日合入下一版快照。
|
||||
由于 update 源存在较强的时效性,上游镜像并未同步 update 源, TUNA 亦无法提供该源的镜像。
|
||||
禁用 update 源并不会使系统缺失任何功能或安全更新,仅会导致极少数更新晚些推送,如有需求可以重新启用官方 update 源。
|
||||
|
|
|
|||
Loading…
Reference in New Issue