[USERINIT] Add unattend.inf functionality to livecd
[reactos.git] / boot / bootdata / livecd / unattend.inf
diff --git a/boot/bootdata/livecd/unattend.inf b/boot/bootdata/livecd/unattend.inf
new file mode 100644 (file)
index 0000000..9336b0f
--- /dev/null
@@ -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
+