Author: janderwald Date: Wed Aug 2 22:59:06 2006 New Revision: 23419
URL: http://svn.reactos.org/svn/reactos?rev=23419&view=rev Log: add description on how to bypass MBR installation page
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 Wed Aug 2 22:59:06 2006 @@ -3,4 +3,8 @@ Signature = "$ReactOS$" DestinationDiskNumber = 0 DestinationPartitionNumber = 1 -InstallationDirectory=ReactOS +InstallationDirectory=ReactOS +;MBRInstallType=0 skips MBR installation +;MBRInstallType=1 install MBR on floppy +;MBRInstallType=2 install MBR on hdd +MBRInstallType=2