logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fragiso - split rpm packages from an iso and reassemble the iso later on

Author

       Michael Schroeder <mls@suse.de>

                                                    Mar 2007                                          FRAGISO(8)

Description

       fragiso  can  be  used to convert an iso file into a fragment file, which is a list describing all of the
       rpms on the iso and a data chunk containing everything but the rpms. It is used by drpmsync when  an  iso
       needs  to  be  transferred.  The  idea  is  that  often  the rpms on the iso are already available on the
       destination host, so it saves bandwidth to first transfer the fragmented iso, copy the locally  available
       rpms, transfer the unavailable rpms and reassemble the iso file.

       fragisomake  converts  the  iso  into  the  fragment  iso,  fragisolist can be used to extract the rpm
       information. This information consists of the offset and length of all rpms and the lead/signature header
       md5sum plus the header/payload md5sum. To reassemble the iso one has to copy the rpms at the right offset
       into a new file and then use fragisofill later on to provide all data not contained in the rpms. The  -m
       option tells fragiso to print the resulting md5sum of the iso to stdout.  It can be used for verification
       purposes.

Name

       fragiso - split rpm packages from an iso and reassemble the iso later on

See Also

drpmsync(8)

Synopsis

fragisomakeisofisofragisolistfisofragisofill [-m] fisoiso

See Also