mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 01:36:11 +08:00
[USERINIT] Add unattend.inf functionality to livecd
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user