update preseed
This commit is contained in:
parent
d2b5f60e55
commit
a4f1cc0ce2
3 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ ansible -m win_ping all
|
||||||
|
|
||||||
Windows Installation
|
Windows Installation
|
||||||
----------------------
|
----------------------
|
||||||
There is a prepared [autounattend.xml](autounattend.xml) to automate the windows installation.
|
There is a prepared [autounattend.xml](autounattend.xml) to automate the windows installation, that will create an ``setup`` User.
|
||||||
|
|
||||||
Ad-hoc copy file example:
|
Ad-hoc copy file example:
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
|
@ -106,7 +106,7 @@ Notes: Enter your comments here...
|
||||||
<WillShowUI>Never</WillShowUI>
|
<WillShowUI>Never</WillShowUI>
|
||||||
</ProductKey>
|
</ProductKey>
|
||||||
<AcceptEula>true</AcceptEula>
|
<AcceptEula>true</AcceptEula>
|
||||||
<FullName>ansible</FullName>
|
<FullName>setup</FullName>
|
||||||
<Organization>winkekatze</Organization>
|
<Organization>winkekatze</Organization>
|
||||||
</UserData>
|
</UserData>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f6f78a8613c6779e78018b30db0af2484f28a30a
|
Subproject commit 7183d17a2026ec37e13082ba1e5012354878f3c8
|
Loading…
Reference in a new issue