Author: mpiulachs Date: Mon Jun 30 04:36:57 2008 New Revision: 34216
URL: http://svn.reactos.org/svn/reactos?rev=34216&view=rev Log: - txtsetup.sif and unattend.inf are not arch dependent so move them back to bootdata.rbuild
Modified: trunk/reactos/boot/bootdata/arm/directory.rbuild trunk/reactos/boot/bootdata/bootdata.rbuild trunk/reactos/boot/bootdata/i386/directory.rbuild
Modified: trunk/reactos/boot/bootdata/arm/directory.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/arm/directory... ============================================================================== --- trunk/reactos/boot/bootdata/arm/directory.rbuild [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/arm/directory.rbuild [iso-8859-1] Mon Jun 30 04:36:57 2008 @@ -6,7 +6,5 @@ <cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile> - <cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile> - <cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
</group>
Modified: trunk/reactos/boot/bootdata/bootdata.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/bootdata.rbui... ============================================================================== --- trunk/reactos/boot/bootdata/bootdata.rbuild [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/bootdata.rbuild [iso-8859-1] Mon Jun 30 04:36:57 2008 @@ -23,6 +23,9 @@ </directory> </if>
+ <cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile> + <cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile> + <directory name="bootcd"> <xi:include href="bootcd/bootcd.rbuild" /> </directory>
Modified: trunk/reactos/boot/bootdata/i386/directory.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/i386/director... ============================================================================== --- trunk/reactos/boot/bootdata/i386/directory.rbuild [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/i386/directory.rbuild [iso-8859-1] Mon Jun 30 04:36:57 2008 @@ -6,7 +6,5 @@ <cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile> - <cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile> - <cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
</group>