diff --git a/reactos/bootc.lst b/reactos/bootc.lst index 28ae66aeb64..9ab90f2af9f 100644 --- a/reactos/bootc.lst +++ b/reactos/bootc.lst @@ -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 * diff --git a/reactos/install.bat b/reactos/install.bat index 17b2b7399ed..e671aec62af 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -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...