[ros-diffs] [mpiulachs] 34216: - txtsetup.sif and unattend.inf are not arch dependent so move them back to bootdata.rbuild

mpiulachs at svn.reactos.org mpiulachs at svn.reactos.org
Mon Jun 30 11:36:58 CEST 2008


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.rbuild?rev=34216&r1=34215&r2=34216&view=diff
==============================================================================
--- 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.rbuild?rev=34216&r1=34215&r2=34216&view=diff
==============================================================================
--- 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/directory.rbuild?rev=34216&r1=34215&r2=34216&view=diff
==============================================================================
--- 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>



More information about the Ros-diffs mailing list