Library for Creating ISO-9660 Filesystems
Libisofs is a library for creating ISO-9660 filesystems with extensions like
RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing you
to modify an ISO image or multisession disc, including file addition/removal,
change of file names and attributes, etc.
ISO-9660 images can be made bootable from CD, DVD, or BD via an El Torito boot
record and appropriate boot image files from boot managers like GRUB, ISOLINUX,
or system specific boot loaders. It is also possible to install a Master Boot
Record for hard-disk-like media, e.g. USB memory sticks.
Libisofs supports the extension AAIP which allows to store ACLs and xattr in
ISO-9660 filesystems and zisofs compression which is transparently uncompressed
by some Linux kernels. It is possible to have data file content compressed to
gzip format or to have it filtered by an external process.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / libisofs
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout multimedia:libs/libisofs && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
libisofs-1.5.2.tar.gz | 0000857346 837 KB | |
libisofs-1.5.2.tar.gz.asc | 0000000230 230 Bytes | |
libisofs.changes | 0000032851 32.1 KB | |
libisofs.keyring | 0000001648 1.61 KB | |
libisofs.spec | 0000004652 4.54 KB |
Revision 17 (latest revision is 26)
- Update to version 1.5.2 * New API calls iso_write_opts_set_part_type_guid(), iso_write_opts_set_iso_type_guid() * New API call iso_nowtime() * New flag bit2 of iso_node_set_acl_text() to be verbous about failures * Made libisofs ready for building out-of-source. * Bug fix: Appended GPT partitions were not covered by the protective MBR partition * Bug fix: Multi-session emulation spoiled GPT production. "GPT partitions ... overlap". Regression towards 1.4.8 * Bug fix: Appending partitions 5 to 8 caused damaged ISO filesystems if not for SUN disk label * Bug fix: SIGSEGV happened if options bit 14 of iso_write_opts_set_system_area() is set and no El Torito boot image is defined - Add signature file and keyring as sources - Spec cleanup
Comments 0