[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Red Hat Enterprise Linux 3 Update 1 *Beta* AvailabilityAnnoun cement
- From: Al Tobey <albert tobey priority-health com>
- To: taroon-beta-list redhat com
- Subject: Re: Red Hat Enterprise Linux 3 Update 1 *Beta* AvailabilityAnnoun cement
- Date: Mon, 15 Dec 2003 16:22:45 -0500
> > Yes. This should help reduce the number of overall changes to each disc,
> > and means that there's less to download to get full update coverage (1
> > disc vs. full 4 CD sets for the install)
> >
> > >
>
> Is there a chance for a DVD of all items ever being made? Lets just say
> the paperwork for creating and destroying 1 DVD is 1/4 of the paperwork
> for 4 CD's :).
It's quite easy to create one. In fact, you might notice that discs 2-4
of ES and AS 3 have the same MD5 checksums, which means you only need
disc one of ES/AS and can use the rest from either.
I have a single DVD with redhat-release*.rpm in /EXTRAS so I can do
rpm -Uvh --force after installing to set it to the appropriate release.
I _think_ this is the only major difference between disc 1 of AS/ES,
since I haven't found any problems yet. The redhat-release rpm swap
works nice with kickstart, too, since you only have to keep one copy of
the binaries around and can install the proper redhat-release in the
%post script.
I think it's something like:
for i in /somewhere/*.iso
do
mount -o loop $i /mnt/cdrom
find /mnt/cdrom |cpio -pvdmu /somewhere_else
umount /mnt/cdrom
done
cd /somewhere_else/mnt/cdrom
cat >.discinfo <<EOTXT
1065565780.808209
Red Hat Enterprise Linux 3
i386
1,2,3,4
RedHat/base
RedHat/RPMS
RedHat/pixmaps
EOTXT
cd /somewhere_else/mnt/cdrom
mkdir EXTRAS
cp /wherever/redhat-release*.rpm EXTRAS
mkisofs -o ../redhat-dvd.iso \
-b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-R -J -m TRANS.TBL .
dvdrecord --eject -v dev=0,0,0 redhat-dvd.iso
Of course, this requires a bunch of disk space. A lot of the above
procedure is derived from http://www.securecode.net/displayarticle7.html
which requires a little less disk space.
-Al
** ** ** PRIVILEGED AND CONFIDENTIAL ** ** **
This email transmission contains privileged and confidential information
intended only for the use of the individual or entity named above. Any
unauthorized review, use, disclosure or distribution is prohibited and
may be a violation of law. If you are not the intended recipient or a
person responsible for delivering this message to an intended recipient,
please delete the email and immediately notify the sender via the email
return address or mailto:postmaster priority-health com Thank you.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]