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的更多相关文章

  1. [转]OpenSolaris 2009.06, dev setup

    Source:http://seriouswebapps.com/opensolaris-200906-dev-setup 1. Snapshot the root zfs pool This all ...

  2. linuxtoy.org资源

    https://linuxtoy.org/archives.html Archives 在 Android 系统上安装 Debian Linux 与 R (2015-07-14) Pinos:实现摄像 ...

  3. [转]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 ...

  4. Fusion-io ioDrive Duo Enterprise PCIe Review

    原文地址:http://www.storagereview.com/fusionio_iodrive_duo_enterprise_pcie_review As part of StorageRevi ...

  5. 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 ...

  6. BlackArch Linux 2019.06.01 宣布发布

    导读 BlackArch Linux是一个基于Arch Linux的发行版,专为渗透测试人员和安全研究人员设计,并包含大量渗透测试和安全实用程序,已宣布发布2019.06.01版本. BlackArc ...

  7. Fedora 12 环境搭建

    又来折腾发行版了. 这一回是Fedora12,搞的挺艰难的 下载了Fedora-12-i386-DVD.iso,无论使用ultraiso还是dd都无法安装. 后来下载了一个ImageWriter.ex ...

  8. (转)非常完善的Log4net详细说明

    转自:http://www.cnblogs.com/zhangchenliang/p/4546352.htmlhttp://www.cnblogs.com/zhangchenliang/p/45463 ...

  9. 非常完善的Log4net详细说明

      4.1.6 <filter> 过滤器,只能作为<appender>的子元素. 支持的属性: type 必须的,Filter的类型 支持的子元素: param 0个或多个,  ...

随机推荐

  1. 玩转Vim-札记

    玩转Vim-札记 距上篇博文已有一周有余,上次主要介绍了编辑器之神Vim的起源.安装并介绍了两种模式以及一些简单的操作.本次将继续对Vim的使用进行介绍. 登堂入室 首先接着说移动吧: 1 0 → 数 ...

  2. Redis 安装与简单示例

    Redis 安装与简单示例 一.Redis的安装 Redis下载地址如下:https://github.com/dmajkic/redis/downloads 解压后根据自己机器的实际情况选择32位或 ...

  3. ZOJ 2724 Windows 消息队列 (优先队列)

    链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2724 Message queue is the basic fund ...

  4. Swift入门教程:基本语法大全

    原文:Swift入门教程:基本语法大全       简介:                                                                        ...

  5. MVC EF 修改 封装类 通用泛型方法(一)

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.D ...

  6. HTML5 Canvas简简单单实现手机九宫格手势密码解锁

    原文:HTML5 Canvas简简单单实现手机九宫格手势密码解锁 早上花了一个半小时写了一个基于HTML Canvas的手势解锁,主要是为了好玩,可能以后会用到. 思路:根据配置计算出九个点的位置,存 ...

  7. android studio 添加到项目库中的项目

    工程-对-new module-Android Library-module name和package name 它应该在同一个库被引入. 然后在该文件夹replace新的library 在gradl ...

  8. C语言库函数大全及应用实例八

    原文:C语言库函数大全及应用实例八                                            [编程资料]C语言库函数大全及应用实例八 函数名: kbhit 功 能: 检查 ...

  9. struts2文件下载 <result type="stream">

    <!--struts.xml配置--> <action name="download" class="com.unmi.action.DownloadA ...

  10. 初探Django线程发送邮件

    最近一直在纠结一个邮件发送的问题. 在本地Linux下搭建程序,不填写EMAIL设置就可以成功发送邮件,在远端的云服务器下的Linux环境就发送不了.在windows下搭建的程序也不能发送注册邮件,很 ...