Author: janderwald Date: Mon Aug 27 22:48:23 2007 New Revision: 28607
URL: http://svn.reactos.org/svn/reactos?rev=28607&view=rev Log: - autopartition setting and DisableVmInst should not be in the GuiRunOnce section
Modified: trunk/reactos/boot/bootdata/unattend.inf.sample
Modified: 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 Mon Aug 27 22:48:23 2007 @@ -35,20 +35,20 @@ ; 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 + ; enable this section to automatically launch programs ; after 3rd boot ; ; [GuiRunOnce] ; %SystemRoot%\system32\cmd.exe
-; enable this setting to disable vmware driver install -; yes - disabled -; no - enabled -DisableVmwInst = yes - -; enable this setting to automatically create a partition -; during installation -; 1 - enabled -; 0 - disabled -AutoPartition = 1 -