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. jQuery中的.height()、.innerHeight()和.outerHeight()

    jQuery中的.height()..innerHeight()和.outerHeight()和W3C的盒模型相关的几个获取元素尺寸的方法.对应的宽度获取方法分别为.width()..innerWid ...

  2. 为代码减负之&lt;一&gt;触发器(SQL)

    对触发器一词早有耳闻(最早是在耿大妈的数据库视频中),当初看完视频后,对理解不深刻的东西如:触发器,存储过程,事务,日志等等没有具体的去查阅,也没有具体的去尝试,应用.所以才导致了今天的博客(把曾经丢 ...

  3. 【高德地图API】从零开始学高德JS API(三)覆盖物——标注|折线|多边形|信息窗口|聚合marker|麻点图|图片覆盖物

    原文:[高德地图API]从零开始学高德JS API(三)覆盖物——标注|折线|多边形|信息窗口|聚合marker|麻点图|图片覆盖物 摘要:覆盖物,是一张地图的灵魂.有覆盖物的地图,才是完整的地图.在 ...

  4. [VirtualBox] - Install Oracle Linux 7 on Oracle VirtualBox

    I'll start coding with JEE soon. Product environment adopts Oracle + WebLogic in Linux, technology a ...

  5. c# 文件同步服务器,iis 集群 ,代码同步(二)

    打算自己做一个 集群 代码同步软件. 基于Socket 和 FileSystemWatcher .

  6. Php设计模式(三):行为型模式part2

    原文详见:http://www.ucai.cn/blogdetail/7023?mid=1&f=5 可以在线运行查看效果哦! <接上文> 5.中介者模式(Mediator) : 用 ...

  7. 导出DBF,并且提供下载 .

    原文:导出DBF,并且提供下载 . 导出DBF,并且提供下载 #region Declare string mFilePath = MapPath("../DataTmp/");  ...

  8. JAVA Static方法与单例模式的理解

    近期用sonar測评代码质量的时候,发现一个问题,project中一些util类,曾经写的static方法都提示最好用单例的方式进行改正. 为此,我细致想了想,发现还是非常有道理的.这里谈谈我个人对s ...

  9. Python系列教程大汇总

    Python初级教程 Python快速教程 (手册) Python基础01 Hello World! Python基础02 基本数据类型 Python基础03 序列 Python基础04 运算 Pyt ...

  10. qq音乐的歌词接口中例如&#58,&#46的特殊符号编码使用js进行转义

    从qq音乐的歌词接口中得到这样的代码 jsonp11({"retcode":"0","code":"0","s ...