Author: janderwald
Date: Mon Aug 27 22:41:53 2007
New Revision: 28606
URL:
http://svn.reactos.org/svn/reactos?rev=28606&view=rev
Log:
- add description for AutoPartition setting to unattend.inf.sample
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:41:53 2007
@@ -44,4 +44,11 @@
; enable this setting to disable vmware driver install
; yes - disabled
; no - enabled
-DisableVmwInst = yes
+DisableVmwInst = yes
+
+; enable this setting to automatically create a partition
+; during installation
+; 1 - enabled
+; 0 - disabled
+AutoPartition = 1
+