2003-10-06 Casper S. Hornstrup <[email protected]>

* Makefile: New target uboot for simple unattended setup.
	* bootdata/unattend.inf.sample: Sample unattended setup script.
	* subsys/system/usetup/partlist.c (SelectPartition): New function.
	* subsys/system/usetup/partlist.h (SelectPartition): Prototype.
	* subsys/system/usetup/usetup.c: Support unattended setup.
	(IsUnattendedSetup, UnattendDestinationDiskNumber,
	UnattendDestinationPartitionNumber, UnattendInstallationDirectory):
	New.
	(CheckUnattendedSetup, InstallDirectoryPage1): New function.

svn path=/trunk/; revision=6258
This commit is contained in:
Casper Hornstrup
2003-10-06 19:22:42 +00:00
parent ec64ee05f6
commit 2b41fc9ef0
6 changed files with 275 additions and 36 deletions
+6
View File
@@ -0,0 +1,6 @@
; Install to \Device\Harddisk0\Partition1\ReactOS
[Unattend]
Signature = "$ReactOS$"
DestinationDiskNumber = 0
DestinationPartitionNumber = 1
InstallationDirectory=ReactOS