mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 12:13:41 +00:00
[0.4.9][CMAKE][BOOTDATA] Fix LiveCD does not import caroots.inf into registry CORE-17739 CORE-17735 (#3930)
It regressed by 0.4.9-dev-82-g6158207c31
fix picked from 0.4.15-dev-3082-g2268b33e18
This commit is contained in:
parent
8900a74e2c
commit
61fa5ea598
2 changed files with 2 additions and 1 deletions
|
@ -803,6 +803,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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue