[转]OPENSOLARIS 2009.06 REPOSITORY ISO IMAGES NOW AVAILABLE
Source: http://hosam.wordpress.com/2009/07/25/opensolaris-2009-06-repository-iso-images-now-available/
OPENSOLARIS 2009.06 REPOSITORY ISO IMAGES NOW AVAILABLE
The pkg(5) team is pleased to announce that a snapshot of the OpenSolaris 2009.06 /release package repository is now available in ISO image form.
The contents of the ISO images discussed below can be used to setup a local mirror of the OpenSolaris 2009.06 repository to accelerate zone creation, or for off-line or private network usage where access to pkg.opensolaris.org isn’t available. It is offered in two forms, and both support x86 and SPARC systems.
The first form is a Full Repository Snapshot, suitable for loopback mount, copying to a Flash Device, or burning to a Single-Sided Dual-Layer DVD disc:
7.17 GiB
http://www.genunix.org/dist/indiana/osol-repo-0906-full.iso
The second form is the same Repository Snapshot as two ISO images (not a split image), suitable for copying to a local filesystem using tar, rsync, or another utility:
3.64 GiB
http://www.genunix.org/dist/indiana/osol-repo-0906-p01.iso
3.57 GiB
http://www.genunix.org/dist/indiana/osol-repo-0906-p02.iso
md5 sums:
http://www.genunix.org/dist/indiana/md5sums_repo_0906.txt
Please note that usage of these repository images is currently only supported on OpenSolaris 2009.06 systems. Instructions on using the content of these ISO images can be found within the README file contained within each ISO image or the README.osol-repo file linked below:
http://www.genunix.org/dist/indiana/README.osol-repo
The images linked above are also available through BitTorrent:
http://dlc.sun.com/torrents/info/osol-repo-0906-full.iso.torrent
http://dlc.sun.com/torrents/info/osol-repo-0906-p01.iso.torrent
http://dlc.sun.com/torrents/info/osol-repo-0906-p02.iso.torrent
…and at dlc.sun.com:
http://dlc.sun.com/osol/opensolaris/2009/06/osol-repo-0906-full.iso
http://dlc.sun.com/osol/opensolaris/2009/06/osol-repo-0906-p01.iso
http://dlc.sun.com/osol/opensolaris/2009/06/osol-repo-0906-p02.iso
http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-hashes.txt
For any inquiries or feedback regarding these materials, please email the pkg-discuss list atopensolaris.org.
注:链接已经失效,使用迅雷离线下载。
[转]OPENSOLARIS 2009.06 REPOSITORY ISO IMAGES NOW AVAILABLE的更多相关文章
- [转]OpenSolaris 2009.06, dev setup
Source:http://seriouswebapps.com/opensolaris-200906-dev-setup 1. Snapshot the root zfs pool This all ...
- linuxtoy.org资源
https://linuxtoy.org/archives.html Archives 在 Android 系统上安装 Debian Linux 与 R (2015-07-14) Pinos:实现摄像 ...
- [转]How to build a data storage and VM Server using comodity hardware and free software
Source: http://learnandremember.blogspot.jp/2010_01_01_archive.html Requisites: 1) RAID protection f ...
- Fusion-io ioDrive Duo Enterprise PCIe Review
原文地址:http://www.storagereview.com/fusionio_iodrive_duo_enterprise_pcie_review As part of StorageRevi ...
- How to Configure YUM to Install Packages From Installation ISO (RHEL)
1. Mount RHEL Installation ISO mkdir /media/dvd mount /dev/cdrom /media/dvd 2. Get Media ID with the ...
- BlackArch Linux 2019.06.01 宣布发布
导读 BlackArch Linux是一个基于Arch Linux的发行版,专为渗透测试人员和安全研究人员设计,并包含大量渗透测试和安全实用程序,已宣布发布2019.06.01版本. BlackArc ...
- Fedora 12 环境搭建
又来折腾发行版了. 这一回是Fedora12,搞的挺艰难的 下载了Fedora-12-i386-DVD.iso,无论使用ultraiso还是dd都无法安装. 后来下载了一个ImageWriter.ex ...
- (转)非常完善的Log4net详细说明
转自:http://www.cnblogs.com/zhangchenliang/p/4546352.htmlhttp://www.cnblogs.com/zhangchenliang/p/45463 ...
- 非常完善的Log4net详细说明
4.1.6 <filter> 过滤器,只能作为<appender>的子元素. 支持的属性: type 必须的,Filter的类型 支持的子元素: param 0个或多个, ...
随机推荐
- java json字符串转List、Map等对象
List<Map<String, Object>> map = g.fromJson(jsonStr, new TypeToken<List<Map<Stri ...
- 各大oj题目分类(转)
POJ题目分类 | POJ题目分类 | HDU题目分类 | ZOJ题目分类 | SOJ题目分类 | HOJ题目分类 | FOJ题目分类 | 模拟题: POJ1006POJ1008POJ1013POJ1 ...
- linux_设置开机自启动程序脚本
设置开机自启动
- HDU 1501 Zipper(DP,DFS)
意甲冠军 是否可以由串来推断a,b字符不改变其相对为了获取字符串的组合c 本题有两种解法 DP或者DFS 考虑DP 令d[i][j]表示是否能有a的前i个字符和b的前j个字符组合得到c的前i+j ...
- IOS中TableView的用法
一.UITableView 1.数据展示的条件 1> UITableView的所有数据都是由数据源(dataSource)提供的,所以要想在UITableView展示数据,必须设置UITable ...
- c语言发挥帕斯卡三角
我们已经确定了帕斯卡三角的规则,下面是我的代码,非常实用哦! !! #include<stdio.h> void main() { int i,j,n,k; sca ...
- php中echo(),print(),print_r()用法
原文 php中echo(),print(),print_r()用法 从我对echo(),print(),print_r()这个函数的理解是echo可输入字符串变量常量,print与echo差不多,但p ...
- ACM-光滑最小生成树project——hdu1863
***************************************转载请注明出处:http://blog.csdn.net/lttree************************** ...
- 2.4 LINQ中使用where子句指定筛选条件
本篇讲解的内容有: 使用where筛选过滤LINQ查询 带逻辑的where筛选 多个where筛选子句 [1.使用where筛选过滤LINQ查询] 通常一个LINQ查询不会如前面的示例代码这么简单,经 ...
- IntelliJ IDEA对开发者的三大诱惑
IntelliJ IDEA作为最聪明的Java开发工具,不在只是对Java语言的支持,其中还包括Scala,Groovy 和其他语言. 对于任何一个开发者,好的工具就是为提高开发效率的.那么Intel ...