免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 26953 | 回复: 85
打印 上一主题 下一主题

我已提供RHEL-5-Client BT下载,请大家加速 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-04-06 18:42 |只看该作者 |倒序浏览

我在CU,纯粹是一个潜水员,实在惭愧,最近,看到很多的网友,想要rhel-5-client,
为了给CU的网友们,提供一点帮助,我将在本周六或周日提供BT下载,我已经把6cd
做成DVD了,请大家帮忙加速,可能只能供源几天。

要下的兄弟,请大家,从现在开始多多关注本贴,现在在外面,周六回家后马上放种。
看了大家的回帖,本次发布的是6CD的
请大家顶一下本帖,不要沉了。

最好用Azureus下载(azureus.sourceforge.net下载azureus和www.java.com下载
java-runtime),

  1. 只能使用Azureus,Bitcomet可以肯定连不上
复制代码

  1. 关于自己制作DVD
复制代码
  1. #!/bin/bash
  2. # by Chris Kloiber <ckloiber@redhat.com>
  3. # A quick hack that will create a bootable DVD iso of a Red Hat Linux Distribution.
  4. # Feed it either a directory containing the downloaded iso files of a distribution,
  5. # or point it at a directory containing the "RedHat", "isolinux", and "images" directories.
  6. # This version only works with "isolinux" based Red Hat Linux versions.
  7. # Lots of disk space required to work, 3X the distribution size at least.
  8. # GPL version 2 applies. No warranties, yadda, yadda. Have fun.
  9. # If you want implant iso md5 into DVD, Be sure /usr/lib/anaconda-runtime/implantisomd5
  10. # is installated correctlly. anaconda-runtime rpm in the following disc.
  11. # RHEL AS     4 i386   disc4 anaconda-runtime-10.1.1.46-1.i386.rpm
  12. # RHEL AS     4 x86_64 disc4 anaconda-runtime-10.1.1.46-1.x86_64.rpm
  13. # RHEL Server 5 i386   disc5 anaconda-runtime-11.1.2.36-1.i386.rpm
  14. # RHEL Server 5 x86_64 disc6 anaconda-runtime-11.1.2.36-1.x86_64.rpm
  15. # Usage:
  16. #       mkdvd /path/to/src /home/prometheus/rhel-as-4-i386-dvd.iso  RHEL-AS-4-DVD
  17. #       mkdvd /path/to/iso /home/prometheus/rhel-as-4-i386-dvd.iso "RHEL AS 4 DVD"'
  18. #
  19. #       space in label is NOT recommanded.


  20. if [ $# -lt 3 ]; then
  21.     echo "Usage: `basename $0` source iso_file iso_label"
  22.     echo ""
  23.     echo "    'source' can be either a directory containing a single"
  24.     echo "    set of isos, or an exploded tree like an ftp site."
  25.     echo "    'iso_file' is the iso file to be created."
  26.     echo "    'iso_label' is the DVD disk label."
  27.     exit 1
  28. fi
  29. cleanup() {
  30.     [ ${LOOP:=/tmp/loop} = "/" ] && echo "LOOP mount point = \/, dying!" && exit
  31.     [ -d $LOOP ] && rm -rf $LOOP
  32.     [ ${DVD:=~/mkrhdvd} = "/" ] && echo "DVD data location is \/, dying!" && exit
  33.     [ -d $DVD ] && rm -rf $DVD
  34. }
  35. cleanup
  36. mkdir -p $LOOP
  37. mkdir -p $DVD
  38. if [ !`ls $1/*.iso 2>&1>/dev/null ; echo $?` ]; then
  39.     echo "Found ISO CD images..."
  40.     CDS=`expr 0`
  41.     DISKS="1"
  42.     for f in `ls $1/*.iso`; do
  43.         mount -o loop $f $LOOP
  44.         cp -av $LOOP/* $DVD
  45.         if [ -f $LOOP/.discinfo ]; then
  46.             cp -av $LOOP/.discinfo $DVD
  47.             CDS=`expr $CDS + 1`
  48.             if [ $CDS != 1 ] ; then
  49.                 DISKS=`echo ${DISKS},${CDS}`
  50.             fi
  51.         fi
  52.         umount $LOOP
  53.     done
  54.     if [ -e $DVD/.discinfo ]; then
  55.         awk '{ if ( NR == 4 ) { print disks } else { print ; } }' disks="$DISKS" $DVD/.discinfo > $DVD/.discinfo.new
  56.         mv $DVD/.discinfo.new $DVD/.discinfo
  57.     fi
  58. else
  59.     echo "Found FTP-like tree..."
  60.     cp -av $1/* $DVD
  61.     [ -e $1/.discinfo ] && cp -av $1/.discinfo $DVD
  62. fi
  63. rm -rf $DVD/isolinux/boot.cat
  64. find $DVD -name TRANS.TBL | xargs rm -f
  65. cd $DVD
  66. mkisofs -J -R -v -V $3 -T -o $2 -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table .
  67. /usr/lib/anaconda-runtime/implantisomd5 --force $2
  68. cleanup
  69. echo ""
  70. echo "Process Complete!"
  71. echo ""
复制代码


如果在Linux环境下的话 ,要修改azureus这个文件,
######## CONFIGURATION OPTIONS ########
JAVA_PROGRAM_DIR="/opt/SDK/jdk/bin/"                            # use full path to java bin dir, ex. "/usr/java/j2sdk1.4.2/bin/"
#PROGRAM_DIR="/home/username/apps/azureus"      # use full path to Azureus bin dir
#######################################
如果在Linux下先保存iptables-save >  file.date , 然后iptables -F


请大家多多分流,最好把帖子转到其他的论坛上去

下完的兄弟,请尽可能上传


  1. 此次分两个种子发布:第一个种子为CD4-6  第二个种子为CD1-5
复制代码


Binary Disc 1 (Client Core)     631 MB  868c0b74c06d10c3c9f2ca446ef3243d
Binary Disc 2 (Client Core)     630 MB  6b6da39ee9bc0922df4a586d0a4b632c
Binary Disc 3 (Client Core)     630 MB  58ae5a32bbf29dd33f2380c3b834ee48
Binary Disc 4 (Client Core)     628 MB  4ea670cdf90f66557136e44323fee15b
Binary Disc 5 (Client Core/Workstation/Virtualization)  631 MB  05c4d0d63de95832f76ad395f96ac1e7
Binary Disc 6 (Workstation)     314 MB  5daef3171cbbbba92f3cba17d0af723c

rhel-5-client-part1.torrent.tar.gz (31.51 KB, 下载次数: 601)
rhel-5-client-part2.torrent.tar.gz (38.1 KB, 下载次数: 510)

[ 本帖最后由 Jeremiah.R 于 2007-4-8 00:20 编辑 ]

Screenshot-2.png (91.27 KB, 下载次数: 76)

Screenshot-2.png

论坛徽章:
0
2 [报告]
发表于 2007-04-06 18:53 |只看该作者
老兄,我要6cd的,不要改成dvd的,想必很多人想要原版的,呵呵

论坛徽章:
0
3 [报告]
发表于 2007-04-06 20:01 |只看该作者
顶老大! ,绝对支持加速,虽然我只有50KB的上传速度最好能提供6cd的版本,呵呵,若是dvd确定使用无问题,当然也行啦!主要是安装时,并不需要6cd全部刻盘,只需要刻disc1即可,其它从硬盘读了

论坛徽章:
0
4 [报告]
发表于 2007-04-06 20:11 |只看该作者

我也想要6cd的

还望楼主尽快发出来阿

论坛徽章:
0
5 [报告]
发表于 2007-04-06 20:50 |只看该作者
Jeremiah.R  可否考慮上傳到FTP?
我的BT好像被封了

DVD 和 CD版不如一起發佈吧 使人可各取所需

论坛徽章:
0
6 [报告]
发表于 2007-04-06 21:35 |只看该作者
支持,不过最好是6cd的。

论坛徽章:
0
7 [报告]
发表于 2007-04-06 22:20 |只看该作者
期待中。。。。。。。

论坛徽章:
0
8 [报告]
发表于 2007-04-06 22:47 |只看该作者
dvd的比较好.

论坛徽章:
0
9 [报告]
发表于 2007-04-06 22:47 |只看该作者
楼主快哦,等着喽,到时我下 完了也加速哦,同意6cd和dvd一块放出

论坛徽章:
0
10 [报告]
发表于 2007-04-07 00:35 |只看该作者
甭管是CD和DVD,发布就行,太感谢了!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP