mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
- Include bootdata/hiveinst.inf when building the Live CD registry hives.
svn path=/trunk/; revision=9642
This commit is contained in:
parent
da9b36f495
commit
4400aed363
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.229 2004/06/07 12:24:00 ekohl Exp $
|
||||
# $Id: Makefile,v 1.230 2004/06/07 17:31:50 navaraf Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -214,7 +214,7 @@ livecd_bootstrap_files:
|
|||
$(MAKE) LIVECD_INSTALL=yes fastinstall
|
||||
|
||||
livecd_install_before:
|
||||
$(TOOLS_PATH)/mkhive/mkhive$(EXE_POSTFIX) bootdata $(LIVECD_DIR)/reactos/system32/config bootdata/livecd.inf
|
||||
$(TOOLS_PATH)/mkhive/mkhive$(EXE_POSTFIX) bootdata $(LIVECD_DIR)/reactos/system32/config bootdata/livecd.inf bootdata/hiveinst.inf
|
||||
|
||||
livecd_basic: livecd_directory_layout livecd_bootstrap_files livecd_install_before
|
||||
|
||||
|
|
Loading…
Reference in a new issue