Sure, I can whip some up...  If you want to do it yourself:

mkdir boot
mount -o loop boot.img boot
zcat boot/initrd.img initrd.nogz
mkdir initrd
mount -o loop initrd.nogz initrd
mkdir updates
mount updates.img updates
mkdir initrd/tmp/updates
cp updates/* initrd/tmp/updates
umount initrd
gzip -9 < initrd.nogz > boot/initrd.img
umount boot
umount updates

(or something to that effect...)

Matt

On Wed, Oct 11, 2000 at 10:03:40AM +0800, John Summerfield wrote:
> > Anaconda Update disk:
> > 
> > http://www.redhat.com/support/errata/RHBA-2000-084-04.html
> > 
> >
> I haven't checked that page, but I did see the announcement.
> 
> Could we have already-updated boot disks please, for those who burn their own 
> CDs.
> 
> I've already seen enough updates to warrant fiddling with the ISO's I've just 
> about got;-(
> 
> 
> 
> 
> 
> _______________________________________________
> Redhat-devel-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-devel-list



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to