mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[0.4.14][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
08352ec1be
commit
3c1d046fde
2 changed files with 3 additions and 2 deletions
|
@ -855,7 +855,8 @@ function(create_registry_hives)
|
|||
# LiveCD hives
|
||||
list(APPEND _livecd_inf_files
|
||||
${_registry_inf}
|
||||
${CMAKE_SOURCE_DIR}/boot/bootdata/livecd.inf)
|
||||
${CMAKE_SOURCE_DIR}/boot/bootdata/livecd.inf
|
||||
${CMAKE_SOURCE_DIR}/boot/bootdata/caroots.inf)
|
||||
if(SARCH STREQUAL "xbox")
|
||||
list(APPEND _livecd_inf_files
|
||||
${CMAKE_SOURCE_DIR}/boot/bootdata/hiveinst_xbox.inf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue