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. Java EE (1) -- Java EE 6 Web Component Developer Certified Expert(1z0-899)

    1: hash map, hash tables 的区别 The HashMap class is roughly equivalent to Hashtable, except that it is ...

  2. 详解JMeter函数和变量

    JMeter函数可以被认为是某种特殊的变量,它们可以被采样器或者其他测试元件所引用.函数调用的语法如下: ${__functionName(var1,var2,var3)} 其中,__function ...

  3. BZOJ 3689 异或 Trie木+堆

    标题效果:特定n的数量,这种需求n数22 XOR的值前者k少 首先,我们建立了一个二进制的所有数字Trie木,您可以使用Trie木size域检查出一些其他的数字XOR值首先k少 然后,我们要保持一个堆 ...

  4. Android编码标准

    只是练习是很难找工作那会儿在,简历基本上都是赶出去石沉大海,因为有项目开发没有实践经验.没有牛逼的背景.更重要的是,没有真才实学,虽然我在大学时读的是计算机专业,它可以被认为是一个技术教育.但--你知 ...

  5. POJ1258 基础最小生成树

    本文出自:http://blog.csdn.net/svitter 题意:给出一个数字n代表邻接矩阵的大小,随后给出邻接矩阵的值.输出最小生成树的权值. 题解: prime算法的基本解法: 1.选择一 ...

  6. javascript中类的属性研究

    原文:javascript中类的属性研究 本篇文章主要针对javascript的属性进行分析,由于javascript是一种基于对象的语言,本身没有类的概念,所以对于javascript的类的定义有很 ...

  7. 关于Java的对象、数组、String类的具体用法

    对象的行为: 1.内存分配(栈和堆的区别) 栈:保存局部变量的值(用来保存基本数据类型的值:保存类的实例的引用) 对:用来存放动态产生的数据,比如new出来的对象 2.调用方法 方法返回一个值.方法不 ...

  8. easyui dataBox 增加一天,减少一天

    <table> <tr> <td><a href="javascript:void(0)" class="easyui-link ...

  9. Windows 注册和取消注册一个dll或者ocx

    原文:Windows 注册和取消注册一个dll或者ocx 一.DLL是什么        DLL,是Dynamic Link Library 的缩写形式,中文名称为动态链接库.        DLL是 ...

  10. Python系列教程大汇总

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