Update README.md
This commit is contained in:
parent
b0a3192388
commit
80d2bccb88
11
README.md
11
README.md
@ -1,7 +1,9 @@
|
|||||||
# Generate an self-installing Windows ISO image from the Linux terminal.
|
# Generate an automated Windows ISO image from the Linux terminal.
|
||||||
Linux bash script to generate a windows ISO patched with Autounattend.xml.
|
Windows ISO's can be patched with an Autounattend.xml file to make the setup process automatic.
|
||||||
When installing a windows image generated with this script, the setup process will be totally automated.
|
Microsoft has extensive documentation on accomplishing this from a Windows environment, but information to get this done on Linux is less common.
|
||||||
This is perfect for automating virtual machine deployment.
|
|
||||||
|
This script is for anyone who needs automatic deployment of Windows VM's from the comfort of the Linux terminal.
|
||||||
|
This took me a good bit of research to figure out, but this script puts all the pieces together to make it easy peasy.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```bash
|
```bash
|
||||||
@ -11,3 +13,4 @@ sudo ./make-iso
|
|||||||
|
|
||||||
## References
|
## References
|
||||||
https://adminthing.blogspot.com/2020/06/modify-windows-ISO.html
|
https://adminthing.blogspot.com/2020/06/modify-windows-ISO.html
|
||||||
|
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-setup-automation-overview?view=windows-11
|
||||||
|
Loading…
Reference in New Issue
Block a user