- remove gstart.exe

- call mkhive.exe
- load system instead of system.hiv

svn path=/trunk/; revision=4542
This commit is contained in:
Eric Kohl 2003-04-16 15:08:55 +00:00
parent 8b6b2e1d5b
commit f284e3a41c
2 changed files with 3 additions and 2 deletions

View file

@ -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
*

View file

@ -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...