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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user