- txtsetup.sif and unattend.inf are not arch dependent so move them back to bootdata.rbuild

svn path=/trunk/; revision=34216
This commit is contained in:
Marc Piulachs 2008-06-30 09:36:57 +00:00
parent 4ecfe76505
commit 0feca9ed45
3 changed files with 3 additions and 4 deletions

View file

@ -6,7 +6,5 @@
<cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile>
<cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile>
<cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile>
<cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile>
<cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
</group> </group>

View file

@ -23,6 +23,9 @@
</directory> </directory>
</if> </if>
<cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile>
<cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
<directory name="bootcd"> <directory name="bootcd">
<xi:include href="bootcd/bootcd.rbuild" /> <xi:include href="bootcd/bootcd.rbuild" />
</directory> </directory>

View file

@ -6,7 +6,5 @@
<cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile>
<cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile>
<cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile> <cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile>
<cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile>
<cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
</group> </group>