mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
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:
@@ -0,0 +1,6 @@
|
||||
; Install to \Device\Harddisk0\Partition1\ReactOS
|
||||
[Unattend]
|
||||
Signature = "$ReactOS$"
|
||||
DestinationDiskNumber = 0
|
||||
DestinationPartitionNumber = 1
|
||||
InstallationDirectory=ReactOS
|
||||
Reference in New Issue
Block a user