mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:03:00 +00:00
[BOOTDATA]
Include unattend.inf by default (as it was almost done in r28835). No need to have it "disabled" twice. svn path=/trunk/; revision=55876
This commit is contained in:
parent
08262c3c70
commit
260ccab1cd
4 changed files with 4 additions and 69 deletions
|
@ -51,8 +51,7 @@ add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/livecd.ini DESTINATION root NAME_ON
|
||||||
|
|
||||||
#unattend
|
#unattend
|
||||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcdregtest/unattend.inf DESTINATION reactos NO_CAB FOR regtest)
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcdregtest/unattend.inf DESTINATION reactos NO_CAB FOR regtest)
|
||||||
#uncomment this for unattend bootcd
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcd/unattend.inf DESTINATION reactos NO_CAB FOR bootcd)
|
||||||
#add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcd/unattend.inf DESTINATION reactos NO_CAB FOR bootcd)
|
|
||||||
|
|
||||||
#LiveCD shortcuts
|
#LiveCD shortcuts
|
||||||
macro(add_livecd_shortcut name app dest)
|
macro(add_livecd_shortcut name app dest)
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
; In order to get unattended setup working:
|
; Set UnattendSetupEnabled to yes in order to get unattended setup working
|
||||||
; 1. Copy unattend.inf.sample to unattend.inf, adjust as needed
|
|
||||||
; 2. Uncomment the line in bootdata.rbuild to include it into bootcd
|
|
||||||
|
|
||||||
[Unattend]
|
[Unattend]
|
||||||
Signature = "$ReactOS$"
|
Signature = "$ReactOS$"
|
||||||
|
@ -49,7 +47,7 @@ DisableVmwInst = yes
|
||||||
; set this option to automatically
|
; set this option to automatically
|
||||||
; specify language in 2nd mode setup
|
; specify language in 2nd mode setup
|
||||||
; see hivesys.inf for available languages
|
; see hivesys.inf for available languages
|
||||||
; LocaleID = 407
|
LocaleID = 409
|
||||||
|
|
||||||
|
|
||||||
; enable this section to automatically launch programs
|
; enable this section to automatically launch programs
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
; In order to get unattended setup working:
|
; Set UnattendSetupEnabled to yes in order to get unattended setup working
|
||||||
; 1. Copy unattend.inf.sample to unattend.inf, adjust as needed
|
|
||||||
; 2. Uncomment the line in bootdata.rbuild to include it into bootcd
|
|
||||||
|
|
||||||
[Unattend]
|
[Unattend]
|
||||||
Signature = "$ReactOS$"
|
Signature = "$ReactOS$"
|
||||||
|
|
|
@ -1,60 +0,0 @@
|
||||||
; In order to get unattended setup working:
|
|
||||||
; 1. Copy unattend.inf.sample to unattend.inf, adjust as needed
|
|
||||||
; 2. Uncomment the line in bootdata.rbuild to include it into bootcd
|
|
||||||
|
|
||||||
[Unattend]
|
|
||||||
Signature = "$ReactOS$"
|
|
||||||
|
|
||||||
; yes - unattend setup enabled
|
|
||||||
; no - unattend setup disabled
|
|
||||||
UnattendSetupEnabled = no
|
|
||||||
|
|
||||||
; Install to \Device\Harddisk0\Partition1\ReactOS
|
|
||||||
DestinationDiskNumber = 0
|
|
||||||
DestinationPartitionNumber = 1
|
|
||||||
InstallationDirectory=ReactOS
|
|
||||||
|
|
||||||
; MBRInstallType=0 skips MBR installation
|
|
||||||
; MBRInstallType=1 install MBR on floppy
|
|
||||||
; MBRInstallType=2 install MBR on hdd
|
|
||||||
MBRInstallType=2
|
|
||||||
|
|
||||||
FullName="MyName"
|
|
||||||
;OrgName="MyOrg"
|
|
||||||
ComputerName="MYCOMPUTERNAME";
|
|
||||||
AdminPassword="MyPassword"
|
|
||||||
|
|
||||||
; TimeZone is set GMT as default
|
|
||||||
TimeZoneIndex=85
|
|
||||||
|
|
||||||
; enable this setting to disable daylight saving changes
|
|
||||||
; DisableAutoDaylightTimeSet = 1
|
|
||||||
|
|
||||||
; enable this setting to format the selected partition
|
|
||||||
; 1 - format enabled
|
|
||||||
; 0 - format disabled
|
|
||||||
FormatPartition=1
|
|
||||||
|
|
||||||
; enable this setting to automatically create a partition
|
|
||||||
; during installation
|
|
||||||
; 1 - enabled
|
|
||||||
; 0 - disabled
|
|
||||||
AutoPartition = 1
|
|
||||||
|
|
||||||
; enable this setting to disable vmware driver install
|
|
||||||
; yes - disabled
|
|
||||||
; no - enabled
|
|
||||||
DisableVmwInst = yes
|
|
||||||
|
|
||||||
; set this option to automatically
|
|
||||||
; specify language in 2nd mode setup
|
|
||||||
; see hivesys.inf for available languages
|
|
||||||
; LocaleID = 407
|
|
||||||
|
|
||||||
|
|
||||||
; enable this section to automatically launch programs
|
|
||||||
; after 3rd boot
|
|
||||||
;
|
|
||||||
; [GuiRunOnce]
|
|
||||||
; %SystemRoot%\system32\cmd.exe
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue