Skip to content

Commit 6dd82ad

Browse files
committed
[BOOT] Add the ISOMBR boot sector file in the ISO images (reactos#4988)
This completes our set of provided boot sectors offered in the ReactOS ISOs that can help for remastering those without our whole build environment.
1 parent 18f9a03 commit 6dd82ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/freeldr/bootsect/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ if(ARCH STREQUAL "i386" OR ARCH STREQUAL "amd64")
4040
add_cd_file(TARGET ntfsvbr DESTINATION loader NO_CAB FILE ${CMAKE_CURRENT_BINARY_DIR}/ntfs.bin FOR bootcd regtest)
4141
add_cd_file(TARGET isoboot DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FILE ${CMAKE_CURRENT_BINARY_DIR}/isoboot.bin FOR all hybridcd)
4242
add_cd_file(TARGET isobtrt DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FILE ${CMAKE_CURRENT_BINARY_DIR}/isobtrt.bin FOR bootcd regtest)
43+
add_cd_file(TARGET isombr DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FILE ${CMAKE_CURRENT_BINARY_DIR}/isombr.bin FOR all hybridcd)
4344
elseif(ARCH STREQUAL "arm")
4445
add_custom_target(fat
4546
COMMAND exit 1

0 commit comments

Comments
 (0)