mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-05 08:33:29 +00:00
Move first run commands to a separate batch file
This commit is contained in:
parent
2adbc66a7c
commit
d6f9f65623
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +1,2 @@
|
||||
*.bat eol=crlf
|
||||
*.inf eol=crlf
|
||||
|
3
data/iso/reactos/unattend.bat
Normal file
3
data/iso/reactos/unattend.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
%SystemRoot%\system32\shutdown.exe /s /t 5
|
@ -37,7 +37,7 @@ ProductOption = 0
|
||||
DisableGeckoInst = no
|
||||
|
||||
[GuiRunOnce]
|
||||
%SystemRoot%\system32\shutdown.exe /s /t 5
|
||||
D:\reactos\unattend.bat
|
||||
|
||||
[Display]
|
||||
BitsPerPel = 32
|
||||
|
Loading…
Reference in New Issue
Block a user