From f284e3a41c00ec1335daf89ab72e827aacf06c48 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Wed, 16 Apr 2003 15:08:55 +0000 Subject: [PATCH] - remove gstart.exe - call mkhive.exe - load system instead of system.hiv svn path=/trunk/; revision=4542 --- reactos/bootc.lst | 2 +- reactos/install.bat | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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...