Joshua Andrews <woodguy552010 <at> yahoo.com> writes:

> I don't know if I am doing something wrong :
> 
> # applydeltaiso Fedora-16-Alpha-x86_64-netinst.iso
> Fedora-16-Alpha.RC4-x86_64-DVD_netinst.diso Fedora-16-RC4-x86_64-netinst.iso
> reading 387718996 bytes from old iso...fread: Success
> 
> It does not produce a new iso.

It should be

applydeltaiso Fedora-16-Alpha.RC4-x86_64-DVD.iso
Fedora-16-Alpha.RC4-x86_64-DVD_netinst.diso Fedora-16-RC4-x86_64-netinst.iso

(In other words, oldiso is the new DVD, diso is the DVD->netinst diso, newiso is
the new netinst.)

BTW, "fread: Success" is a really bad error message - you only see it when
oldiso is shorter than expected. I know why it happens (it's from a perror()
call following fread(), which the fread man page points out is wrong) but
haven't filed a bug on it yet.




-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to