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. ASP.NET MVC+EF框架+EasyUI实现权限管理系列(15)-用户登录详细错误和权限数据库模型设计

    原文:ASP.NET MVC+EF框架+EasyUI实现权限管理系列(15)-用户登录详细错误和权限数据库模型设计     ASP.NET MVC+EF框架+EasyUI实现权限管系列 (开篇)    ...

  2. React.js再探(三)

    很多时候,组件实例的外观和行为我们通过props进行定制就可以了.因为任何时候,组件实例的表现只跟 传过来的props属性 相关. 我们称这种为 无状态/ stateless 组件 即它自身是 无记忆 ...

  3. javascript中用来定义引用类型的一种"默认"模式

    // 终极版:组合使用构造函数模式和原型模式:***************************** // 评价:集构造函数模式和原型模式之大成: 用来定义引用类型的一种默认模式 function ...

  4. 3.集--LinkedTransferQueue得知

    近期在阅读开源项目里,发现有几个project都不尽同样地使用LinkedTransferQueue这个数据结构.比方netty,grizzly,xmemcache,Bonecp. Bonecp还扩展 ...

  5. hdu4324 Triangle LOVE (拓扑排序)

    这是一道最简单的拓扑排序题,好久没看这个算法了! 有点生疏了! 后附上百度的资料; #include<stdio.h> #include<string.h> int in[50 ...

  6. linux_后台启动多个java -jar 程序,及关闭

    启动脚本 startup.sh #!/bin/bash x=$(($)) )) do java -jar /home/chenpenghui/crawler/crawler-hb/StartUpIp. ...

  7. Swift的笔记和参考

    原文:Swift的笔记和参考 好久没来了,趁着新语言Swift发布,继续钻研中! Create Class 创建类 (多态效果) // Create Class 创建类 class MyClass { ...

  8. SVN & Git (一)

    (一)SVN的使用.CornerStone图形化管理工具! SVN是Subversion的简称,是一个开放源代码的版本控制系统,相较于RCS.CVS,它采用了分支管理系统,它的设计目标就是取代CVS. ...

  9. 超高性能的json序列化

    超高性能的json序列化之MVC中使用Json.Net 超高性能的json序列化之MVC中使用Json.Net 先不废话,直接上代码 Asp.net MVC自带Json序列化 1 /// <su ...

  10. 使用Dropbox+Justwriting+Markdown建立个人博客

    使用Dropbox+Justwriting+Markdown建立个人博客,让您真正体会到什么是"简化". 您的博客所有日志存储在您的PC上.即使有一天你的server主机挂了,你的 ...