Author: janderwald Date: Tue Sep 4 14:36:22 2007 New Revision: 28835
URL: http://svn.reactos.org/svn/reactos?rev=28835&view=rev Log: - include unattend.inf per default in the bootcd - unattend setup is disabled by the key UnattendSetupEnabled - to enable set key to "yes" without quotes
Removed: trunk/reactos/boot/bootdata/unattend.inf.sample Modified: trunk/reactos/boot/bootdata/bootdata.rbuild trunk/reactos/boot/bootdata/unattend.inf
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 (original) +++ trunk/reactos/boot/bootdata/bootdata.rbuild Tue Sep 4 14:36:22 2007 @@ -7,7 +7,7 @@ <cdfile base="$(CDOUTPUT)">hivesft.inf</cdfile> <cdfile base="$(CDOUTPUT)">hivesys.inf</cdfile> <cdfile base="$(CDOUTPUT)">txtsetup.sif</cdfile> -<!--<cdfile base="$(CDOUTPUT)">unattend.inf</cdfile>--> +<cdfile base="$(CDOUTPUT)">unattend.inf</cdfile> <directory name="bootcd"> <xi:include href="bootcd/bootcd.rbuild" /> </directory>
Modified: trunk/reactos/boot/bootdata/unattend.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/unattend.inf?... ============================================================================== --- trunk/reactos/boot/bootdata/unattend.inf (original) +++ trunk/reactos/boot/bootdata/unattend.inf Tue Sep 4 14:36:22 2007 @@ -7,7 +7,7 @@
; yes - unattend setup enabled ; no - unattend setup disabled -UnattendSetupEnabled = yes +UnattendSetupEnabled = no
; Install to \Device\Harddisk0\Partition1\ReactOS DestinationDiskNumber = 0
Removed: trunk/reactos/boot/bootdata/unattend.inf.sample URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/unattend.inf.... ============================================================================== --- trunk/reactos/boot/bootdata/unattend.inf.sample (original) +++ trunk/reactos/boot/bootdata/unattend.inf.sample (removed) @@ -1,60 +1,0 @@ -; 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 - -[Unattend] -Signature = "$ReactOS$" - -; yes - unattend setup enabled -; no - unattend setup disabled -UnattendSetupEnabled = yes - -; Install to \Device\Harddisk0\Partition1\ReactOS -DestinationDiskNumber = 0 -DestinationPartitionNumber = 1 -InstallationDirectory=ReactOS - -; MBRInstallType=0 skips MBR installation -; MBRInstallType=1 install MBR on floppy -; MBRInstallType=2 install MBR on hdd -MBRInstallType=2 - -FullName="MyName" -;OrgName="MyOrg" -ComputerName="MYCOMPUTERNAME"; -AdminPassword="MyPassword" - -; TimeZone is set GMT as default -TimeZoneIndex=85 - -; enable this setting to disable daylight saving changes -; DisableAutoDaylightTimeSet = 1 - -; enable this setting to format the selected partition -; 1 - format enabled -; 0 - format disabled -FormatPartition=1 - -; enable this setting to automatically create a partition -; during installation -; 1 - enabled -; 0 - disabled -AutoPartition = 1 - -; enable this setting to disable vmware driver install -; yes - disabled -; no - enabled -DisableVmwInst = yes - -; set this option to automatically -; specify language in 2nd mode setup -; see hivesys.inf for available languages -; LocaleID = 407 - - -; enable this section to automatically launch programs -; after 3rd boot -; -; [GuiRunOnce] -; %SystemRoot%\system32\cmd.exe -