mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
- remove gstart.exe
- call mkhive.exe - load system instead of system.hiv svn path=/trunk/; revision=4542
This commit is contained in:
parent
8b6b2e1d5b
commit
f284e3a41c
2 changed files with 3 additions and 2 deletions
|
@ -3,5 +3,5 @@ system32\drivers\atapi.sys
|
|||
system32\drivers\class2.sys
|
||||
system32\drivers\disk.sys
|
||||
system32\drivers\vfatfs.sys
|
||||
system32\config\system.hiv
|
||||
system32\config\system
|
||||
*
|
||||
|
|
|
@ -65,7 +65,6 @@ copy drivers\storage\cdrom\cdrom.sys %ROS_INSTALL%\system32\drivers
|
|||
copy drivers\storage\disk\disk.sys %ROS_INSTALL%\system32\drivers
|
||||
copy drivers\storage\class2\class2.sys %ROS_INSTALL%\system32\drivers
|
||||
copy subsys\system\autochk\autochk.exe %ROS_INSTALL%\system32
|
||||
copy subsys\system\gstart\gstart.exe %ROS_INSTALL%\system32
|
||||
copy subsys\system\cmd\cmd.exe %ROS_INSTALL%\system32
|
||||
copy subsys\system\winlogon\winlogon.exe %ROS_INSTALL%\system32
|
||||
copy subsys\system\services\services.exe %ROS_INSTALL%\system32
|
||||
|
@ -144,6 +143,8 @@ copy media\fonts\timr____.ttf %ROS_INSTALL%\media\fonts
|
|||
rem copy media\nls\*.nls %ROS_INSTALL%\system32
|
||||
copy ntoskrnl\ntoskrnl.map %ROS_INSTALL%\symbols
|
||||
|
||||
tools\mkhive\mkhive bootdata %ROS_INSTALL%\system32\config
|
||||
|
||||
if "%ROS_BUILD_EXT%" == "" goto Finish
|
||||
|
||||
echo Installing extra programs from rosapps directory...
|
||||
|
|
Loading…
Reference in a new issue