From c99304bb69bd83a45dfdb60e0bce01df827c0289 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 4 Sep 2007 10:36:22 +0000 Subject: [PATCH] - include unattend.inf per default in the bootcd - unattend setup is disabled by the key UnattendSetupEnabled - to enable set key to "yes" without quotes svn path=/trunk/; revision=28835 --- reactos/boot/bootdata/bootdata.rbuild | 2 +- reactos/boot/bootdata/unattend.inf | 2 +- reactos/boot/bootdata/unattend.inf.sample | 60 ----------------------- 3 files changed, 2 insertions(+), 62 deletions(-) delete mode 100644 reactos/boot/bootdata/unattend.inf.sample diff --git a/reactos/boot/bootdata/bootdata.rbuild b/reactos/boot/bootdata/bootdata.rbuild index 17054473c2b..c509d801875 100644 --- a/reactos/boot/bootdata/bootdata.rbuild +++ b/reactos/boot/bootdata/bootdata.rbuild @@ -7,7 +7,7 @@ hivesft.inf hivesys.inf txtsetup.sif - +unattend.inf diff --git a/reactos/boot/bootdata/unattend.inf b/reactos/boot/bootdata/unattend.inf index a12e4f35e64..d75a3258789 100644 --- a/reactos/boot/bootdata/unattend.inf +++ b/reactos/boot/bootdata/unattend.inf @@ -7,7 +7,7 @@ Signature = "$ReactOS$" ; yes - unattend setup enabled ; no - unattend setup disabled -UnattendSetupEnabled = yes +UnattendSetupEnabled = no ; Install to \Device\Harddisk0\Partition1\ReactOS DestinationDiskNumber = 0 diff --git a/reactos/boot/bootdata/unattend.inf.sample b/reactos/boot/bootdata/unattend.inf.sample deleted file mode 100644 index a12e4f35e64..00000000000 --- a/reactos/boot/bootdata/unattend.inf.sample +++ /dev/null @@ -1,60 +0,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 -