[Pkg-libburnia-devel] Bug#630351: xorriso: Add support for ISO9660/HFS hybrid images
George Danchev
danchev at spnet.net
Sat Jun 23 09:41:19 UTC 2012
Package: xorriso
Version: 1.2.2-1
Followup-For: Bug #630351
JFTR: Production of iso and jigdo succeeded:
$ grep -i timestamp xorriso/xorriso_timestamp.h
#define Xorriso_timestamP "2012.06.22.125623"
(development snapshot, not in sid yet)
mount -o loop debian-6.0.5-powerpc-businesscard.iso /mnt/test-powerpc
jigdo-gen-md5-list /mnt/test-powerpc > /tmp/test-powerpc.md5
xorriso/xorriso \
-as mkisofs \
-joliet-long \
-r \
-V 'Debian testing ppc 1' \
-o repacked.iso \
--iso-level 2 \
-hfsplus \
-hfsplus-file-creator-type UNIX tbxi /install/ofboot.b \
-hfsplus-file-creator-type UNIX boot /install/yaboot \
-hfsplus-file-creator-type UNIX boot /install/powerpc/vmlinux \
-hfsplus-file-creator-type UNIX boot /install/powerpc64/vmlinux \
-hfsplus-file-creator-type UNIX conf /etc/yaboot.conf \
-hfsplus-file-creator-type UNIX conf /install/yaboot.conf \
-hfs-bless-by p /install \
-chrp-boot-part \
\
-jigdo-template-compress gzip \
-checksum_algorithm_iso md5,sha1,sha256,sha512 \
-checksum_algorithm_template md5,sha512 \
-jigdo-jigdo repacked.jigdo \
-jigdo-template repacked.template \
-jigdo-map Debian=/mnt/test-powerpc \
-jigdo-exclude boot/syslinux \
-md5-list /tmp/test-powerpc.md5 \
-jigdo-min-file-size 0 \
\
/mnt/test-powerpc \
-- \
-print '=== Creator Type:' \
-find / -has_hfs_crtp - - -exec get_hfs_crtp -- \
-print '=== Blessings:' \
-find / -has_hfs_bless any -exec get_hfs_bless --
jigit-mkimage \
-t repacked.template \
-j repacked.jigdo \
-m Debian=/mnt/test-powerpc \
-o repacked.rebuilt
Writing to 'stdio:repacked.iso' completed successfully.
diff -qs repacked.iso repacked.rebuilt
Files repacked.iso and repacked.rebuilt are identical
More information about the Pkg-libburnia-devel
mailing list