- 论坛徽章:
- 0
|
本帖最后由 linjxwell 于 2013-05-14 19:14 编辑
从undeadly.org看到的。
具体站点:
M:Tier
以下是上面的站抓下来的使用说明:
Getting started
Installation instructions
Several steps are needed in order to use M:Tier's OpenBSD stable packages, these are listed below:
1) Install the M:Tier certificate
Retrieve the certificate(证书链接) and install it into:2) Update your PKG_PATH
Please update your $PKG_PATH environment variable to:- PKG_PATH=https://stable.mtier.org/updates/$(uname -r)/$(arch -s):${PKG_PATH}
复制代码 For example:- PKG_PATH=http://ftp.fr.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(arch -s)
- PKG_PATH=https://stable.mtier.org/updates/$(uname -r)/$(arch -s):${PKG_PATH}
- export PKG_PATH
复制代码 For OpenBSD 5.3 and later both binpatches and packages are available, for OpenBSD 5.2 only binpatches are available.
Usage
Updating all packages to their latest stable version is just a matter of running:Installing binpatches
Since binpatches will update parts of the base system, you have to manually install them for now. When an update is available for a binpatch you will be able to update it with pkg_add -u like a regular package.
Installing a binpatch works just like a regular package. So for example:- pkg_add binpatch53-amd64-kernel-1.0.tgz
复制代码 |
|