中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 操作系统 > Linux > Linux综合
Create Your RHEL 4 DVD
作者:未知 时间:2005-09-13 22:05 出处:Blog.ChinaUnix.net 责编:chinaitpower
              摘要:Create Your RHEL 4 DVD
use RHEL 4 AS/WS/ES CDROM File create DVD File.

Find it 'Red Hat Enterprise Linux 4 (Nahant) Discussion List',thanks to author!

Re: RHEL 4 WS/AS/ES DVD creation script

From: John Reiser

To: "Red Hat Enterprise Linux 4 (Nahant) Discussion List"

Subject: Re: RHEL 4 WS/AS/ES DVD creation script

Date: Thu, 17 Feb 2005 08:16:24 -0800

I am using the script here: http://mirror.poundhost.com/mirror.caosity.org/centos/build/mkdvdiso.sh and it runs without errors.

I found a better script a few months ago: "How to make your own RedHat 8.0 DVD from the CD ISO images" but it has disappeared from the where I obtained it: http://www.rickertweb.com/~justin/Make_RedHat_DVD_From_CDROM.html Perhaps a web search will reveal other copies.

The script is better because it requires only about 4.5MB disk space more than the sources, instead of another complete copy (> 2GB) of all files.

Here is what I did; edit as appropriate:

-----

mount -o ro,loop RHEL4-i386-WS-disc1.iso /mnt/tmp1 # etc. for discs 2,3,4

cp -a /mnt/tmp1/isolinux /mnt/tmp1/.discinfo .

chmod +w isolinux/isolinux.bin

{Edit ./.discinfo file to list four CDs "1,2,3,4" instead of just "1"}

mkisofs -v -pad -o RHEL4-i386-DVD.iso \

-V "RHEL4-i386-DVD.2005-02-16" \

-b isolinux/isolinux.bin -c isolinux/boot.cat \

-no-emul-boot -boot-load-size 4 -boot-info-table \

-r -R -T -m TRANS.TBL \

-x /mnt/tmp1/.discinfo \

-x /mnt/tmp1/isolinux \

-graft-points /mnt/tmp1 .discinfo=.discinfo isolinux/=isolinux \

RedHat=/mnt/tmp2/RedHat \

RedHat=/mnt/tmp3/RedHat \

RedHat=/mnt/tmp4/RedHat

/usr/lib/anaconda-runtime/implantisomd5 RHEL4-i386-DVD.iso

-----

I successfully installed using the created DVD.

关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有