From aade40eea8785fa2978f2928dc40e9c8732d88dc Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Mon, 27 Aug 2007 18:41:53 +0000 Subject: [PATCH] - add description for AutoPartition setting to unattend.inf.sample svn path=/trunk/; revision=28606 --- reactos/boot/bootdata/unattend.inf.sample | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reactos/boot/bootdata/unattend.inf.sample b/reactos/boot/bootdata/unattend.inf.sample index 073ebf601f2..d3793e021d0 100644 --- a/reactos/boot/bootdata/unattend.inf.sample +++ b/reactos/boot/bootdata/unattend.inf.sample @@ -44,4 +44,11 @@ FormatPartition=1 ; enable this setting to disable vmware driver install ; yes - disabled ; no - enabled -DisableVmwInst = yes \ No newline at end of file +DisableVmwInst = yes + +; enable this setting to automatically create a partition +; during installation +; 1 - enabled +; 0 - disabled +AutoPartition = 1 +