Update README.md
This commit is contained in:
parent
93e584d37a
commit
b0a3192388
13
README.md
13
README.md
@ -1,2 +1,13 @@
|
|||||||
# generate-automated-windows-iso-linux
|
# Generate an self-installing Windows ISO image from the Linux terminal.
|
||||||
Linux bash script to generate a windows ISO patched with Autounattend.xml.
|
Linux bash script to generate a windows ISO patched with Autounattend.xml.
|
||||||
|
When installing a windows image generated with this script, the setup process will be totally automated.
|
||||||
|
This is perfect for automating virtual machine deployment.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/gbiz123/generate-automated-windows-iso-linux
|
||||||
|
sudo ./make-iso
|
||||||
|
```
|
||||||
|
|
||||||
|
## References
|
||||||
|
https://adminthing.blogspot.com/2020/06/modify-windows-ISO.html
|
||||||
|
Loading…
Reference in New Issue
Block a user