Skip to content

Commit

Permalink
[0.4.12][CMAKE][BOOTDATA] Fix LiveCD does not import caroots.inf into…
Browse files Browse the repository at this point in the history
… registry CORE-17739 CORE-17735 (#3930)

It regressed by 0.4.9-dev-82-g 6158207

fix picked from 0.4.15-dev-3082-g 2268b33
  • Loading branch information
JoachimHenze committed Jan 21, 2022
1 parent 44f516d commit 119c7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boot/bootdata/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ add_custom_target(converted_caroots_inf DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/caro
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/caroots.inf
COMMAND native-utf16le "${CMAKE_CURRENT_SOURCE_DIR}/caroots.inf" "${CMAKE_CURRENT_BINARY_DIR}/caroots.inf"
DEPENDS native-utf16le ${CMAKE_CURRENT_SOURCE_DIR}/caroots.inf)
add_cd_file(TARGET converted_caroots_inf FILE ${CMAKE_CURRENT_BINARY_DIR}/caroots.inf DESTINATION reactos NO_CAB FOR all)
add_cd_file(TARGET converted_caroots_inf FILE ${CMAKE_CURRENT_BINARY_DIR}/caroots.inf DESTINATION reactos NO_CAB FOR bootcd regtest)

add_registry_inf(
hivecls.inf
Expand Down
1 change: 1 addition & 0 deletions sdk/cmake/CMakeMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ function(create_registry_hives)
list(APPEND _livecd_inf_files
${_registry_inf}
${CMAKE_SOURCE_DIR}/boot/bootdata/livecd.inf
${CMAKE_SOURCE_DIR}/boot/bootdata/caroots.inf
${CMAKE_SOURCE_DIR}/boot/bootdata/hiveinst.inf)

add_custom_command(
Expand Down

0 comments on commit 119c7b0

Please sign in to comment.