mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
CORE-11954, CORE-16216, CORE-17518, CORE-17604, CORE-17977 The mkisofs options are quite long and repetitive (mostly duplicated 4 times for the current 4 different ISO targets), and are also hard to read (i.e. which group of options go together). Reorganize the mkisofs ISO boot-related options in different thematic sets and make them modular too. This also allow to conditionally add/remove ISO boot entries for different platforms, for example: - BIOS-based PC builds (only x86/x64) get the BIOS bootsector (excluded from IA64 and ARM32/64); - EFI-based architectures get the EFI boot entry. Based on a suggestion by Mark Jansen (see PR #4407). Dedicated to Justin Miller ;)