From 31b43700f65e0eb65b42fd74da3f773b16833e68 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Wed, 2 Aug 2006 18:59:06 +0000 Subject: [PATCH] add description on how to bypass MBR installation page svn path=/trunk/; revision=23419 --- reactos/boot/bootdata/unattend.inf.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reactos/boot/bootdata/unattend.inf.sample b/reactos/boot/bootdata/unattend.inf.sample index 25dfb0071be..3c5aca45809 100644 --- a/reactos/boot/bootdata/unattend.inf.sample +++ b/reactos/boot/bootdata/unattend.inf.sample @@ -3,4 +3,8 @@ Signature = "$ReactOS$" DestinationDiskNumber = 0 DestinationPartitionNumber = 1 -InstallationDirectory=ReactOS \ No newline at end of file +InstallationDirectory=ReactOS +;MBRInstallType=0 skips MBR installation +;MBRInstallType=1 install MBR on floppy +;MBRInstallType=2 install MBR on hdd +MBRInstallType=2