Add an entry to enable unattended 1st stage setup (commented out by default).

In order to get unattended setup working:
1. Copy unattend.inf.sample to unattend.inf, adjust as needed
2. Uncomment the line in bootdata.rbuild to include it into bootcd

svn path=/trunk/; revision=23446
This commit is contained in:
Aleksey Bragin 2006-08-04 19:28:54 +00:00
parent 3455731503
commit 41fb06f69a

View file

@ -7,6 +7,7 @@
<cdfile base="reactos">hivesft.inf</cdfile>
<cdfile base="reactos">hivesys.inf</cdfile>
<cdfile base="reactos">txtsetup.sif</cdfile>
<!--<cdfile base="reactos">unattend.inf</cdfile>-->
<directory name="bootcd">
<xi:include href="bootcd/bootcd.rbuild" />
</directory>