mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 11:33:43 +00:00
[USERINIT] Add unattend.inf functionality to livecd
This commit is contained in:
parent
1f3cb13fb9
commit
a0e32d4f48
5 changed files with 94 additions and 5 deletions
13
boot/bootdata/livecd/unattend.inf
Normal file
13
boot/bootdata/livecd/unattend.inf
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unattend]
|
||||
Signature = "$ReactOS$"
|
||||
|
||||
; Set UnattendSetupEnabled to yes in order to boot the livecd immediately to desktop
|
||||
; yes - unattend setup enabled
|
||||
; no - unattend setup disabled
|
||||
UnattendSetupEnabled = no
|
||||
|
||||
; set this option to automatically
|
||||
; specify language in the language setup
|
||||
; see hivesys.inf for available languages
|
||||
LocaleID = 409
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue