diff --git a/ChangeLog b/ChangeLog index 50a77c36..da96f215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,25 @@ SVN trunk (to become libisoburn-1.2.4.tar.gz or higher) =============================================================================== +* New API call isoburn_igopt_set_hfsp_serial_number() +* Provisory new image generation extension isoburn_igopt_fat +* Provisory new API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp +* New -check_media option async_chunks= +* New command -rockridge +* New xorriso command -hfsplus +* New -find tests -has_hfs_crtp, has_hfs_bless +* New -find actions set/get_hfs_crtp, set/get_hfs_bless +* New -boot_image bootspec hfsplus_serial= +* Command -hide allows hiding in HFS+ filesystem * New -as mkisofs option -log-file +* New -as mkisofs option --norock +* New -as mkisofs option -hfsplus +* New -as mkisofs option -hfsplus-file-creator-type +* New -as mkisofs options -hfs-bless and -hfs-bless-by +* New -as mkisofs option -hfsplus-serial-no +* New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list +* Provisory new -as mkisofs options -prep-boot-part, -efi-boot-part, -chrp-boot-part * Bug fix: Memory corruption when reading bootable image that was truncated - libisoburn-1.2.2.tar.gz Mon Apr 02 2012 =============================================================================== * New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba() diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 18ea5f64..b38f91e7 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -354,6 +354,15 @@ To be later unmounted by: umount /mnt
+
+For creating bootable ISO images with GRUB2, use its script +grub-mkrescue which knows how to operate xorriso. +
+ +
+
+
+
After the user has already created a suitable file tree on disk and copied the ISOLINUX files into subdirectory ./boot/isolinux of @@ -363,9 +372,12 @@ that tree, xorriso can burn an El Torito bootable media:
   -map /home/me/ISOLINUX_prepared_tree / \
   -boot_image isolinux dir=/boot/isolinux
-An additional MBR is generated if the file isolinux.bin is modern enough -(syslinux version 3.72) and ready for "isohybrid". An MBR enables booting -from hard disk or USB stick. +An MBR may be added if the file isolinux.bin is modern enough for "isohybrid" +(syslinux version 3.72). It enables booting from hard disk or USB stick: +
+
   -boot_image isolinux system_area=mbr/isohdpfx.bin \
+
   -boot_image isolinux partition_table=on \
+

@@ -594,7 +606,22 @@ cdrecord and mkisofs.
Enhancements towards stable version 1.2.2: