Support for writing MBR in the system area, to make hybrid boot images.

With the specified isolinux option, a MBR is written to the system area, and this 
allows the image to boot from either CD/DVD or USB sticks.

This is also supported on overwriteable media (note that system area is always
overwritten), but it should not work on multisession media.
This commit is contained in:
Vreixo Formoso
2008-10-19 16:03:13 +02:00
parent 7db39f99b6
commit 7e97a45b20
5 changed files with 132 additions and 22 deletions

View File

@ -52,6 +52,8 @@ libisofs_libisofs_la_SOURCES = \
libisofs/joliet.c \
libisofs/eltorito.h \
libisofs/eltorito.c \
libisofs/system_area.h \
libisofs/system_area.c \
libisofs/make_isohybrid_mbr.c \
libisofs/iso1999.h \
libisofs/iso1999.c \